[libata] pata_isapnp: replace missing module device table
Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user