diff options
Diffstat (limited to 'include/linux/device.h')
-rw-r--r-- | include/linux/device.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/device.h b/include/linux/device.h index b40be6fca6fa..b3646462d6dc 100644 --- a/include/linux/device.h +++ b/include/linux/device.h | |||
@@ -52,7 +52,6 @@ struct bus_type { | |||
52 | int (*remove)(struct device * dev); | 52 | int (*remove)(struct device * dev); |
53 | void (*shutdown)(struct device * dev); | 53 | void (*shutdown)(struct device * dev); |
54 | 54 | ||
55 | int (*suspend_prepare)(struct device * dev, pm_message_t state); | ||
56 | int (*suspend)(struct device * dev, pm_message_t state); | 55 | int (*suspend)(struct device * dev, pm_message_t state); |
57 | int (*suspend_late)(struct device * dev, pm_message_t state); | 56 | int (*suspend_late)(struct device * dev, pm_message_t state); |
58 | int (*resume_early)(struct device * dev); | 57 | int (*resume_early)(struct device * dev); |