Skip to content

Commit 6516960

Browse files
Wolfram Sangstorulf
authored andcommitted
mmc: core: don't include 'pm_wakeup.h' directly
The header clearly states that it does not want to be included directly, only via 'device.h'. 'platform_device.h' works equally well. Remove the direct inclusion. Signed-off-by: Wolfram Sang <[email protected]> Message-ID: <[email protected]> Signed-off-by: Ulf Hansson <[email protected]>
1 parent 02fcf9c commit 6516960

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

drivers/mmc/core/core.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
#include <linux/scatterlist.h>
2020
#include <linux/log2.h>
2121
#include <linux/pm_runtime.h>
22-
#include <linux/pm_wakeup.h>
2322
#include <linux/suspend.h>
2423
#include <linux/fault-inject.h>
2524
#include <linux/random.h>

drivers/mmc/core/host.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
#include <linux/idr.h>
1515
#include <linux/of.h>
1616
#include <linux/pagemap.h>
17-
#include <linux/pm_wakeup.h>
1817
#include <linux/export.h>
1918
#include <linux/leds.h>
2019
#include <linux/slab.h>

0 commit comments

Comments
 (0)