diff options
Diffstat (limited to 'drivers/base/power/main.c')
-rw-r--r-- | drivers/base/power/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/base/power/main.c b/drivers/base/power/main.c index 93a146940b91..5630af302b2f 100644 --- a/drivers/base/power/main.c +++ b/drivers/base/power/main.c | |||
@@ -57,8 +57,6 @@ static DEFINE_MUTEX(dpm_list_mtx); | |||
57 | /* 'true' if all devices have been suspended, protected by dpm_list_mtx */ | 57 | /* 'true' if all devices have been suspended, protected by dpm_list_mtx */ |
58 | static bool all_sleeping; | 58 | static bool all_sleeping; |
59 | 59 | ||
60 | int (*platform_enable_wakeup)(struct device *dev, int is_on); | ||
61 | |||
62 | /** | 60 | /** |
63 | * device_pm_add - add a device to the list of active devices | 61 | * device_pm_add - add a device to the list of active devices |
64 | * @dev: Device to be added to the list | 62 | * @dev: Device to be added to the list |