aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/acpi/internal.h')
-rw-r--r--drivers/acpi/internal.h6
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);
30static inline int acpi_debug_init(void) { return 0; } 30static inline int acpi_debug_init(void) { return 0; }
31#endif 31#endif
32 32
33#ifdef CONFIG_DEBUG_FS
34int acpi_debugfs_init(void);
35#else
36static inline int acpi_debugfs_init(void) { return 0; }
37#endif
38
33/* -------------------------------------------------------------------------- 39/* --------------------------------------------------------------------------
34 Power Resource 40 Power Resource
35 -------------------------------------------------------------------------- */ 41 -------------------------------------------------------------------------- */