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 f8f190ec066e..0650e343867e 100644 --- a/drivers/acpi/internal.h +++ b/drivers/acpi/internal.h | |||
@@ -30,6 +30,12 @@ int acpi_debug_init(void); | |||
30 | static inline int acpi_debug_init(void) { return 0; } | 30 | static inline int acpi_debug_init(void) { return 0; } |
31 | #endif | 31 | #endif |
32 | 32 | ||
33 | #ifdef CONFIG_DEBUG_FS | ||
34 | int acpi_debugfs_init(void); | ||
35 | #else | ||
36 | static inline int acpi_debugfs_init(void) { return 0; } | ||
37 | #endif | ||
38 | |||
33 | /* -------------------------------------------------------------------------- | 39 | /* -------------------------------------------------------------------------- |
34 | Power Resource | 40 | Power Resource |
35 | -------------------------------------------------------------------------- */ | 41 | -------------------------------------------------------------------------- */ |