diff options
Diffstat (limited to 'include/linux/device.h')
-rw-r--r-- | include/linux/device.h | 7 |
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 */ |
633 | extern void device_shutdown(void); | 633 | extern void device_shutdown(void); |
634 | 634 | ||
635 | #ifndef CONFIG_ARCH_NO_SYSDEV_OPS | ||
636 | /* drivers/base/sys.c */ | ||
637 | extern void sysdev_shutdown(void); | ||
638 | #else | ||
639 | static inline void sysdev_shutdown(void) { } | ||
640 | #endif | ||
641 | |||
642 | /* debugging and troubleshooting/diagnostic helpers. */ | 635 | /* debugging and troubleshooting/diagnostic helpers. */ |
643 | extern const char *dev_driver_string(const struct device *dev); | 636 | extern const char *dev_driver_string(const struct device *dev); |
644 | 637 | ||