]> git.ipfire.org Git - ipfire-2.x.git/blame - src/patches/suse-2.6.27.39/patches.arch/acpi-bay-remove-from-makefile
Imported linux-2.6.27.39 suse/xen patches.
[ipfire-2.x.git] / src / patches / suse-2.6.27.39 / patches.arch / acpi-bay-remove-from-makefile
CommitLineData
2cb7cef9
BS
1From: Jeff Mahoney <jeffm@suse.com>
2Subject: acpi: remove bay.c from makefile
3
4 patches.fixes/acpi-bay-remove-useless-code.patch removed drivers/acpi/bay.c.
5 This patch removes the build infrastructure for it.
6
7Signed-off-by: Jeff Mahoney <jeffm@suse.com>
8---
9 drivers/acpi/Kconfig | 8 --------
10 drivers/acpi/Makefile | 1 -
11 2 files changed, 9 deletions(-)
12
13--- a/drivers/acpi/Kconfig
14+++ b/drivers/acpi/Kconfig
15@@ -162,14 +162,6 @@ config ACPI_DOCK
16 help
17 This driver adds support for ACPI controlled docking stations
18
19-config ACPI_BAY
20- tristate "Removable Drive Bay (EXPERIMENTAL)"
21- depends on EXPERIMENTAL
22- depends on ACPI_DOCK
23- help
24- This driver adds support for ACPI controlled removable drive
25- bays such as the IBM ultrabay or the Dell Module Bay.
26-
27 config ACPI_PROCESSOR
28 tristate "Processor"
29 select THERMAL
30--- a/drivers/acpi/Makefile
31+++ b/drivers/acpi/Makefile
32@@ -45,7 +45,6 @@ obj-$(CONFIG_ACPI_BATTERY) += battery.o
33 obj-$(CONFIG_ACPI_BUTTON) += button.o
34 obj-$(CONFIG_ACPI_FAN) += fan.o
35 obj-$(CONFIG_ACPI_DOCK) += dock.o
36-obj-$(CONFIG_ACPI_BAY) += bay.o
37
38 obj-$(CONFIG_ACPI_VIDEO) += video.o
39 ifdef CONFIG_ACPI_VIDEO