diff options
Diffstat (limited to 'drivers/acpi/internal.h')
-rw-r--r-- | drivers/acpi/internal.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/acpi/internal.h b/drivers/acpi/internal.h index eed823418559..e37964439d66 100644 --- a/drivers/acpi/internal.h +++ b/drivers/acpi/internal.h | |||
@@ -22,15 +22,8 @@ | |||
22 | 22 | ||
23 | int init_acpi_device_notify(void); | 23 | int init_acpi_device_notify(void); |
24 | int acpi_scan_init(void); | 24 | int acpi_scan_init(void); |
25 | int acpi_system_init(void); | ||
26 | int acpi_sysfs_init(void); | 25 | int acpi_sysfs_init(void); |
27 | 26 | ||
28 | #ifdef CONFIG_ACPI_DEBUG | ||
29 | int acpi_debug_init(void); | ||
30 | #else | ||
31 | static inline int acpi_debug_init(void) { return 0; } | ||
32 | #endif | ||
33 | |||
34 | #ifdef CONFIG_DEBUG_FS | 27 | #ifdef CONFIG_DEBUG_FS |
35 | int acpi_debugfs_init(void); | 28 | int acpi_debugfs_init(void); |
36 | #else | 29 | #else |