aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/internal.h
diff options
context:
space:
mode:
authorLen Brown <len.brown@intel.com>2010-08-14 23:55:57 -0400
committerLen Brown <len.brown@intel.com>2010-08-14 23:55:57 -0400
commitecd8ee0955a2f21914c2e2ffff82541211c5bd43 (patch)
tree3987f3d505482a00e9a1d2c44b340d0b71f66d75 /drivers/acpi/internal.h
parentfeb29c5175e61d0f1ec2cbcaccdfa55e588780be (diff)
parentc637e4861c7db8165d0f438db3829e7878c96059 (diff)
Merge branch 'procfs-cleanup' into release
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 -------------------------------------------------------------------------- */