diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/platform_device.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/platform_device.h b/include/linux/platform_device.h index 672a69849735..3c6675c2444b 100644 --- a/include/linux/platform_device.h +++ b/include/linux/platform_device.h | |||
| @@ -60,8 +60,6 @@ struct platform_driver { | |||
| 60 | int (*remove)(struct platform_device *); | 60 | int (*remove)(struct platform_device *); |
| 61 | void (*shutdown)(struct platform_device *); | 61 | void (*shutdown)(struct platform_device *); |
| 62 | int (*suspend)(struct platform_device *, pm_message_t state); | 62 | int (*suspend)(struct platform_device *, pm_message_t state); |
| 63 | int (*suspend_late)(struct platform_device *, pm_message_t state); | ||
| 64 | int (*resume_early)(struct platform_device *); | ||
| 65 | int (*resume)(struct platform_device *); | 63 | int (*resume)(struct platform_device *); |
| 66 | struct device_driver driver; | 64 | struct device_driver driver; |
| 67 | struct platform_device_id *id_table; | 65 | struct platform_device_id *id_table; |
