diff options
author | Jeff Garzik <jeff@garzik.org> | 2007-08-03 11:25:50 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-08-15 02:53:38 -0400 |
commit | 6a286a6d85bb0da687011b15f268c0e52e8eaba4 (patch) | |
tree | 437b7f699275c92a5c3c24f5ea8344510a04e6ef /drivers/ata | |
parent | 28e8351ac22de25034e048c680014ad824323c65 (diff) |
[libata] pata_isapnp: replace missing module device table
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/ata')
-rw-r--r-- | drivers/ata/pata_isapnp.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/ata/pata_isapnp.c b/drivers/ata/pata_isapnp.c index 5525518204e6..91a396fa5b20 100644 --- a/drivers/ata/pata_isapnp.c +++ b/drivers/ata/pata_isapnp.c | |||
@@ -139,6 +139,8 @@ static struct pnp_device_id isapnp_devices[] = { | |||
139 | {.id = ""} | 139 | {.id = ""} |
140 | }; | 140 | }; |
141 | 141 | ||
142 | MODULE_DEVICE_TABLE(pnp, isapnp_devices); | ||
143 | |||
142 | static struct pnp_driver isapnp_driver = { | 144 | static struct pnp_driver isapnp_driver = { |
143 | .name = DRV_NAME, | 145 | .name = DRV_NAME, |
144 | .id_table = isapnp_devices, | 146 | .id_table = isapnp_devices, |