Skip to content

Commit

Permalink
[libata] pata_isapnp: replace missing module device table
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Garzik <[email protected]>
  • Loading branch information
Jeff Garzik committed Aug 15, 2007
1 parent 28e8351 commit 6a286a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/ata/pata_isapnp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 6a286a6

Please sign in to comment.