The patch titled acpi: also autoload the bay driver, was forgotten has been removed from the -mm tree. Its filename was acpi-also-autoload-the-bay-driver-was-forgotten.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: acpi: also autoload the bay driver, was forgotten From: Thomas Renninger <trenn@xxxxxxx> Also autoload the bay driver, was forgotten... Signed-off-by: Thomas Renninger <trenn@xxxxxxx> Cc: Len Brown <lenb@xxxxxxxxxx> Cc: Kristen Carlson Accardi <kristen.c.accardi@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/acpi/bay.c | 6 ++++++ 1 file changed, 6 insertions(+) diff -puN drivers/acpi/bay.c~acpi-also-autoload-the-bay-driver-was-forgotten drivers/acpi/bay.c --- a/drivers/acpi/bay.c~acpi-also-autoload-the-bay-driver-was-forgotten +++ a/drivers/acpi/bay.c @@ -46,6 +46,12 @@ MODULE_LICENSE("GPL"); printk(KERN_DEBUG PREFIX "%s: %s\n", prefix, s); } static void bay_notify(acpi_handle handle, u32 event, void *data); +static const struct acpi_device_id bay_device_ids[] = { + {"LNXIOBAY", 0}, + {"", 0}, +}; +MODULE_DEVICE_TABLE(acpi, bay_device_ids); + struct bay { acpi_handle handle; char *name; _ Patches currently in -mm which might be from trenn@xxxxxxx are git-acpi.patch small-acpica-extension-to-be-able-to-store-the-name-of.patch export-acpi_check_resource_conflict.patch git-alsa.patch check-for-acpi-resource-conflicts-in-i2c-bus-drivers.patch check-for-acpi-resource-conflicts-in-hwmon-drivers.patch declare-pnp-option-parsing-functions-as-__init.patch declare-pnp-option-parsing-functions-as-__init-checkpatch-fixes.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