diff options
Diffstat (limited to 'drivers/acpi/internal.h')
-rw-r--r-- | drivers/acpi/internal.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/acpi/internal.h b/drivers/acpi/internal.h index 4a35f6e819d3..44b84021d84d 100644 --- a/drivers/acpi/internal.h +++ b/drivers/acpi/internal.h | |||
@@ -3,6 +3,12 @@ | |||
3 | int acpi_scan_init(void); | 3 | int acpi_scan_init(void); |
4 | int acpi_system_init(void); | 4 | int acpi_system_init(void); |
5 | 5 | ||
6 | #ifdef CONFIG_ACPI_DEBUG | ||
7 | int acpi_debug_init(void); | ||
8 | #else | ||
9 | static inline int acpi_debug_init(void) { return 0; } | ||
10 | #endif | ||
11 | |||
6 | /* -------------------------------------------------------------------------- | 12 | /* -------------------------------------------------------------------------- |
7 | Power Resource | 13 | Power Resource |
8 | -------------------------------------------------------------------------- */ | 14 | -------------------------------------------------------------------------- */ |