]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
ACPI: Also autoload the bay driver, was forgotten...
authorThomas Renninger <trenn@suse.de>
Fri, 7 Dec 2007 12:20:43 +0000 (13:20 +0100)
committerLen Brown <len.brown@intel.com>
Sat, 8 Dec 2007 06:51:44 +0000 (01:51 -0500)
Signed-off-by: Thomas Renninger <trenn@suse.de>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/bay.c

index 6daf6088ac888329177f35e4f7258bc8dfa42ddb..477711435b24e10784a6142acac33cf79a5ee50d 100644 (file)
@@ -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;