diff options
author | Lan Tianyu <tianyu.lan@intel.com> | 2013-10-11 09:54:10 +0800 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2013-10-12 00:19:44 +0200 |
commit | 7d7ee958867ad3c9c829a36c56e870879e83391f (patch) | |
tree | a1cf856caf8db196b8747f9444d6caa1197cd287 /drivers/acpi/Makefile | |
parent | 2a68b995c8d5d36de50fd2a7c9c594d986f04c87 (diff) | |
download | talos-obmc-linux-7d7ee958867ad3c9c829a36c56e870879e83391f.tar.gz talos-obmc-linux-7d7ee958867ad3c9c829a36c56e870879e83391f.zip |
ACPI: Remove CONFIG_ACPI_PROCFS_POWER and cm_sbsc.c
There is no user of cm_sbs.c and CONFIG_ACPI_PROCFS_POWER. So remove
them. Prepare for removing /proc/acpi
Signed-off-by: Lan Tianyu <tianyu.lan@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/acpi/Makefile')
-rw-r--r-- | drivers/acpi/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/acpi/Makefile b/drivers/acpi/Makefile index cdaf68b58b00..a55fc06db4ae 100644 --- a/drivers/acpi/Makefile +++ b/drivers/acpi/Makefile @@ -47,7 +47,6 @@ acpi-y += sysfs.o acpi-$(CONFIG_X86) += acpi_cmos_rtc.o acpi-$(CONFIG_DEBUG_FS) += debugfs.o acpi-$(CONFIG_ACPI_NUMA) += numa.o -acpi-$(CONFIG_ACPI_PROCFS_POWER) += cm_sbs.o ifdef CONFIG_ACPI_VIDEO acpi-y += video_detect.o endif |