aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/device.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/device.h')
-rw-r--r--include/linux/device.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/linux/device.h b/include/linux/device.h
index d08399db6e2c..0d7535000821 100644
--- a/include/linux/device.h
+++ b/include/linux/device.h
@@ -632,13 +632,6 @@ static inline int devtmpfs_mount(const char *mountpoint) { return 0; }
632/* drivers/base/power/shutdown.c */ 632/* drivers/base/power/shutdown.c */
633extern void device_shutdown(void); 633extern void device_shutdown(void);
634 634
635#ifndef CONFIG_ARCH_NO_SYSDEV_OPS
636/* drivers/base/sys.c */
637extern void sysdev_shutdown(void);
638#else
639static inline void sysdev_shutdown(void) { }
640#endif
641
642/* debugging and troubleshooting/diagnostic helpers. */ 635/* debugging and troubleshooting/diagnostic helpers. */
643extern const char *dev_driver_string(const struct device *dev); 636extern const char *dev_driver_string(const struct device *dev);
644 637