diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/device.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/device.h b/include/linux/device.h index 3f24bf46d298..d974dda4aa51 100644 --- a/include/linux/device.h +++ b/include/linux/device.h | |||
@@ -129,6 +129,7 @@ struct device_driver { | |||
129 | void (*shutdown) (struct device * dev); | 129 | void (*shutdown) (struct device * dev); |
130 | int (*suspend) (struct device * dev, pm_message_t state); | 130 | int (*suspend) (struct device * dev, pm_message_t state); |
131 | int (*resume) (struct device * dev); | 131 | int (*resume) (struct device * dev); |
132 | struct attribute_group **groups; | ||
132 | }; | 133 | }; |
133 | 134 | ||
134 | 135 | ||