]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[libata] pata_isapnp: replace missing module device table
authorJeff Garzik <jeff@garzik.org>
Fri, 3 Aug 2007 15:25:50 +0000 (11:25 -0400)
committerJeff Garzik <jeff@garzik.org>
Wed, 15 Aug 2007 06:53:38 +0000 (02:53 -0400)
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/ata/pata_isapnp.c

index 5525518204e65dc07850f2283f8a5e1b775a9703..91a396fa5b20f0f75fdbc550ab6d1b9654738145 100644 (file)
@@ -139,6 +139,8 @@ static struct pnp_device_id isapnp_devices[] = {
        {.id = ""}
 };
 
+MODULE_DEVICE_TABLE(pnp, isapnp_devices);
+
 static struct pnp_driver isapnp_driver = {
        .name           = DRV_NAME,
        .id_table       = isapnp_devices,