Ver Fonte

[libata] pata_isapnp: replace missing module device table

Signed-off-by: Jeff Garzik <jeff@garzik.org>
Jeff Garzik há 18 anos atrás
pai
commit
6a286a6d85
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      drivers/ata/pata_isapnp.c

+ 2 - 0
drivers/ata/pata_isapnp.c

@@ -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,