mfd: Copy the device pointer to the twl4030-madc structure
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / drivers / acpi / debugfs.c
blob182a9fc363553d5ef7372ad253fe06b449c0da96
1 /*
2 * debugfs.c - ACPI debugfs interface to userspace.
3 */
5 #include <linux/init.h>
6 #include <linux/debugfs.h>
7 #include <acpi/acpi_drivers.h>
9 #define _COMPONENT ACPI_SYSTEM_COMPONENT
10 ACPI_MODULE_NAME("debugfs");
12 struct dentry *acpi_debugfs_dir;
13 EXPORT_SYMBOL_GPL(acpi_debugfs_dir);
15 void __init acpi_debugfs_init(void)
17 acpi_debugfs_dir = debugfs_create_dir("acpi", NULL);