]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - src/patches/suse-2.6.27.31/patches.arch/acpi-bay-remove-from-makefile
Reenabled linux-xen, added patches for Xen Kernel Version 2.6.27.31,
[people/pmueller/ipfire-2.x.git] / src / patches / suse-2.6.27.31 / patches.arch / acpi-bay-remove-from-makefile
diff --git a/src/patches/suse-2.6.27.31/patches.arch/acpi-bay-remove-from-makefile b/src/patches/suse-2.6.27.31/patches.arch/acpi-bay-remove-from-makefile
new file mode 100644 (file)
index 0000000..7af4962
--- /dev/null
@@ -0,0 +1,39 @@
+From: Jeff Mahoney <jeffm@suse.com>
+Subject: acpi: remove bay.c from makefile
+
+ patches.fixes/acpi-bay-remove-useless-code.patch removed drivers/acpi/bay.c.
+ This patch removes the build infrastructure for it.
+
+Signed-off-by: Jeff Mahoney <jeffm@suse.com>
+---
+ drivers/acpi/Kconfig  |    8 --------
+ drivers/acpi/Makefile |    1 -
+ 2 files changed, 9 deletions(-)
+
+--- a/drivers/acpi/Kconfig
++++ b/drivers/acpi/Kconfig
+@@ -162,14 +162,6 @@ config ACPI_DOCK
+       help
+         This driver adds support for ACPI controlled docking stations
+-config ACPI_BAY
+-      tristate "Removable Drive Bay (EXPERIMENTAL)"
+-      depends on EXPERIMENTAL
+-      depends on ACPI_DOCK
+-      help
+-        This driver adds support for ACPI controlled removable drive
+-        bays such as the IBM ultrabay or the Dell Module Bay.
+-
+ config ACPI_PROCESSOR
+       tristate "Processor"
+       select THERMAL
+--- a/drivers/acpi/Makefile
++++ b/drivers/acpi/Makefile
+@@ -45,7 +45,6 @@ obj-$(CONFIG_ACPI_BATTERY)   += battery.o
+ obj-$(CONFIG_ACPI_BUTTON)     += button.o
+ obj-$(CONFIG_ACPI_FAN)                += fan.o
+ obj-$(CONFIG_ACPI_DOCK)               += dock.o
+-obj-$(CONFIG_ACPI_BAY)                += bay.o
+ obj-$(CONFIG_ACPI_VIDEO)      += video.o
+ ifdef CONFIG_ACPI_VIDEO