diff options
author | Len Brown <len.brown@intel.com> | 2010-08-14 23:55:57 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2010-08-14 23:55:57 -0400 |
commit | ecd8ee0955a2f21914c2e2ffff82541211c5bd43 (patch) | |
tree | 3987f3d505482a00e9a1d2c44b340d0b71f66d75 /drivers/acpi/internal.h | |
parent | feb29c5175e61d0f1ec2cbcaccdfa55e588780be (diff) | |
parent | c637e4861c7db8165d0f438db3829e7878c96059 (diff) |
Merge branch 'procfs-cleanup' into release
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 | -------------------------------------------------------------------------- */ |