Commit 6a286a6d authored by Jeff Garzik's avatar Jeff Garzik

[libata] pata_isapnp: replace missing module device table

Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
parent 28e8351a
...@@ -139,6 +139,8 @@ static struct pnp_device_id isapnp_devices[] = { ...@@ -139,6 +139,8 @@ static struct pnp_device_id isapnp_devices[] = {
{.id = ""} {.id = ""}
}; };
MODULE_DEVICE_TABLE(pnp, isapnp_devices);
static struct pnp_driver isapnp_driver = { static struct pnp_driver isapnp_driver = {
.name = DRV_NAME, .name = DRV_NAME,
.id_table = isapnp_devices, .id_table = isapnp_devices,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment