The patch titled ACPI: Make bay depend on dock has been removed from the -mm tree. Its filename was acpi-make-bay-depend-on-dock.patch This patch was dropped because recursive dependency? ------------------------------------------------------ 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@xxxxxxxxxxxxxxxxxxxx> --- 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 @@ -151,6 +151,7 @@ config ACPI_FAN config ACPI_DOCK tristate "Dock" depends on EXPERIMENTAL + depends on ACPI_DOCK help This driver adds support for ACPI controlled docking stations _ 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