The patch titled ACPI: Make bay depend on dock has been added to the -mm tree. Its filename is acpi-make-bay-depend-on-dock.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: ACPI: Make bay depend on dock From: Kristen Carlson Accardi <kristen.c.accardi@xxxxxxxxx> Since the bay driver depends on the dock driver for proper notification, make this driver depend on the dock driver. Signed-off-by: Kristen Carlson Accardi <kristen.c.accardi@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/acpi/Kconfig | 1 + 1 files changed, 1 insertion(+) diff -puN drivers/acpi/Kconfig~acpi-make-bay-depend-on-dock drivers/acpi/Kconfig --- a/drivers/acpi/Kconfig~acpi-make-bay-depend-on-dock +++ a/drivers/acpi/Kconfig @@ -133,6 +133,7 @@ config ACPI_DOCK config ACPI_BAY tristate "Removable Drive Bay" 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. _ Patches currently in -mm which might be from kristen.c.accardi@xxxxxxxxx are git-acpi.patch acpi-bay-remove-acpi-driver-struct.patch acpi-make-bay-depend-on-dock.patch git-libata-all.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html