diff options
author | Zhang Rui <rui.zhang@intel.com> | 2010-07-14 22:46:33 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2010-08-15 00:27:51 -0400 |
commit | 47f5c892b06797336a34f1096b4b617623aa1960 (patch) | |
tree | 31613e2031b8b5ac40b48dc5f8d673c8dbe5ead6 /drivers/acpi/bus.c | |
parent | 1c8fce27e275fd7c6b75bc6455745f02d3903ee6 (diff) |
ACPI: remove deprecated ACPI procfs I/F
Rmove deprecated ACPI procfs I/F, including
/proc/acpi/debug_layer
/proc/acpi/debug_level
/proc/acpi/info
/proc/acpi/dsdt
/proc/acpi/fadt
/proc/acpi/sleep
because the sysfs I/F is already available
and has been working well for years.
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi/bus.c')
-rw-r--r-- | drivers/acpi/bus.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/acpi/bus.c b/drivers/acpi/bus.c index bd9708b0f3f3..5c221ab535d5 100644 --- a/drivers/acpi/bus.c +++ b/drivers/acpi/bus.c | |||
@@ -1034,8 +1034,6 @@ static int __init acpi_init(void) | |||
1034 | acpi_scan_init(); | 1034 | acpi_scan_init(); |
1035 | acpi_ec_init(); | 1035 | acpi_ec_init(); |
1036 | acpi_power_init(); | 1036 | acpi_power_init(); |
1037 | acpi_system_init(); | ||
1038 | acpi_debug_init(); | ||
1039 | acpi_sysfs_init(); | 1037 | acpi_sysfs_init(); |
1040 | acpi_debugfs_init(); | 1038 | acpi_debugfs_init(); |
1041 | acpi_sleep_proc_init(); | 1039 | acpi_sleep_proc_init(); |