diff options
author | Zhang Rui <rui.zhang@intel.com> | 2010-07-15 10:46:33 +0800 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2010-08-15 00:27:51 -0400 |
commit | 47f5c892b06797336a34f1096b4b617623aa1960 (patch) | |
tree | 31613e2031b8b5ac40b48dc5f8d673c8dbe5ead6 /drivers/acpi/Makefile | |
parent | 1c8fce27e275fd7c6b75bc6455745f02d3903ee6 (diff) | |
download | op-kernel-dev-47f5c892b06797336a34f1096b4b617623aa1960.zip op-kernel-dev-47f5c892b06797336a34f1096b4b617623aa1960.tar.gz |
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/Makefile')
-rw-r--r-- | drivers/acpi/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/acpi/Makefile b/drivers/acpi/Makefile index 03a81a8..3f04496 100644 --- a/drivers/acpi/Makefile +++ b/drivers/acpi/Makefile @@ -37,9 +37,8 @@ acpi-y += ec.o acpi-$(CONFIG_ACPI_DOCK) += dock.o acpi-y += pci_root.o pci_link.o pci_irq.o pci_bind.o acpi-y += power.o -acpi-y += system.o event.o +acpi-y += event.o acpi-y += sysfs.o -acpi-$(CONFIG_ACPI_DEBUG) += debug.o acpi-$(CONFIG_DEBUG_FS) += debugfs.o acpi-$(CONFIG_ACPI_NUMA) += numa.o acpi-$(CONFIG_ACPI_PROCFS_POWER) += cm_sbs.o |