diff options
Diffstat (limited to 'Documentation/driver-model/bus.txt')
-rw-r--r-- | Documentation/driver-model/bus.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/driver-model/bus.txt b/Documentation/driver-model/bus.txt index dd62c7b80b3f..5001b7511626 100644 --- a/Documentation/driver-model/bus.txt +++ b/Documentation/driver-model/bus.txt | |||
@@ -18,7 +18,7 @@ struct bus_type { | |||
18 | int (*match)(struct device * dev, struct device_driver * drv); | 18 | int (*match)(struct device * dev, struct device_driver * drv); |
19 | int (*hotplug) (struct device *dev, char **envp, | 19 | int (*hotplug) (struct device *dev, char **envp, |
20 | int num_envp, char *buffer, int buffer_size); | 20 | int num_envp, char *buffer, int buffer_size); |
21 | int (*suspend)(struct device * dev, u32 state); | 21 | int (*suspend)(struct device * dev, pm_message_t state); |
22 | int (*resume)(struct device * dev); | 22 | int (*resume)(struct device * dev); |
23 | }; | 23 | }; |
24 | 24 | ||