提交 6a286a6d 编写于 作者: J Jeff Garzik

[libata] pata_isapnp: replace missing module device table

Signed-off-by: NJeff Garzik <jeff@garzik.org>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册