aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/device.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/device.h b/include/linux/device.h
index 22b546a58591..545a04285120 100644
--- a/include/linux/device.h
+++ b/include/linux/device.h
@@ -895,6 +895,7 @@ static inline bool device_supports_offline(struct device *dev)
895 895
896extern void lock_device_hotplug(void); 896extern void lock_device_hotplug(void);
897extern void unlock_device_hotplug(void); 897extern void unlock_device_hotplug(void);
898extern int lock_device_hotplug_sysfs(void);
898extern int device_offline(struct device *dev); 899extern int device_offline(struct device *dev);
899extern int device_online(struct device *dev); 900extern int device_online(struct device *dev);
900/* 901/*