diff options
Diffstat (limited to 'include/linux/device.h')
-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 389becc88be6..f46646e49235 100644 --- a/include/linux/device.h +++ b/include/linux/device.h | |||
@@ -905,6 +905,7 @@ static inline bool device_supports_offline(struct device *dev) | |||
905 | 905 | ||
906 | extern void lock_device_hotplug(void); | 906 | extern void lock_device_hotplug(void); |
907 | extern void unlock_device_hotplug(void); | 907 | extern void unlock_device_hotplug(void); |
908 | extern int lock_device_hotplug_sysfs(void); | ||
908 | extern int device_offline(struct device *dev); | 909 | extern int device_offline(struct device *dev); |
909 | extern int device_online(struct device *dev); | 910 | extern int device_online(struct device *dev); |
910 | /* | 911 | /* |