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) | |
download | op-kernel-dev-ecd8ee0955a2f21914c2e2ffff82541211c5bd43.zip op-kernel-dev-ecd8ee0955a2f21914c2e2ffff82541211c5bd43.tar.gz |
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 f8f190e..0650e34 100644 --- a/drivers/acpi/internal.h +++ b/drivers/acpi/internal.h @@ -30,6 +30,12 @@ int acpi_debug_init(void); static inline int acpi_debug_init(void) { return 0; } #endif +#ifdef CONFIG_DEBUG_FS +int acpi_debugfs_init(void); +#else +static inline int acpi_debugfs_init(void) { return 0; } +#endif + /* -------------------------------------------------------------------------- Power Resource -------------------------------------------------------------------------- */ |