diff options
Diffstat (limited to 'drivers/base/power/shutdown.c')
-rw-r--r-- | drivers/base/power/shutdown.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/base/power/shutdown.c b/drivers/base/power/shutdown.c index f51cbc1d402c..5b6bc168ffba 100644 --- a/drivers/base/power/shutdown.c +++ b/drivers/base/power/shutdown.c | |||
@@ -12,10 +12,6 @@ | |||
12 | #include <asm/semaphore.h> | 12 | #include <asm/semaphore.h> |
13 | 13 | ||
14 | #include "../base.h" | 14 | #include "../base.h" |
15 | #include "power.h" | ||
16 | |||
17 | #define to_dev(node) container_of(node, struct device, kobj.entry) | ||
18 | |||
19 | 15 | ||
20 | /** | 16 | /** |
21 | * We handle system devices differently - we suspend and shut them | 17 | * We handle system devices differently - we suspend and shut them |
@@ -45,4 +41,3 @@ void device_shutdown(void) | |||
45 | } | 41 | } |
46 | } | 42 | } |
47 | } | 43 | } |
48 | |||