diff options
Diffstat (limited to 'drivers/acpi/internal.h')
-rw-r--r-- | drivers/acpi/internal.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/acpi/internal.h b/drivers/acpi/internal.h index 8ae27264a00e..a212bfeddf8c 100644 --- a/drivers/acpi/internal.h +++ b/drivers/acpi/internal.h | |||
@@ -27,12 +27,12 @@ | |||
27 | 27 | ||
28 | int init_acpi_device_notify(void); | 28 | int init_acpi_device_notify(void); |
29 | int acpi_scan_init(void); | 29 | int acpi_scan_init(void); |
30 | int acpi_system_init(void); | 30 | int acpi_sysfs_init(void); |
31 | 31 | ||
32 | #ifdef CONFIG_ACPI_DEBUG | 32 | #ifdef CONFIG_DEBUG_FS |
33 | int acpi_debug_init(void); | 33 | int acpi_debugfs_init(void); |
34 | #else | 34 | #else |
35 | static inline int acpi_debug_init(void) { return 0; } | 35 | static inline int acpi_debugfs_init(void) { return 0; } |
36 | #endif | 36 | #endif |
37 | 37 | ||
38 | /* -------------------------------------------------------------------------- | 38 | /* -------------------------------------------------------------------------- |