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 *** Remember to use Documentation/SubmitChecklist when testing your code *** 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> Cc: Len Brown <lenb@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/acpi/Kconfig | 1 + 1 file 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 @@ -143,6 +143,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 acpi-make-bay-depend-on-dock.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