]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/acpi/bay.c
ACPI: Also autoload the bay driver, was forgotten...
[linux-2.6-omap-h63xx.git] / 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;