* [PATCH] pata_isapnp: use MODULE_DEVICE_TABLE()
@ 2007-08-02 11:06 Jeff Garzik
2007-08-02 12:00 ` Alan Cox
0 siblings, 1 reply; 2+ messages in thread
From: Jeff Garzik @ 2007-08-02 11:06 UTC (permalink / raw)
To: linux-ide, Alan Cox; +Cc: LKML, Andrew Morton
I found this while doing ISDN PCI API conversions... I presume this
omission was not intentional?
Signed-off-by: Jeff Garzik <jeff@garzik.org>
diff --git a/drivers/ata/pata_isapnp.c b/drivers/ata/pata_isapnp.c
index 5525518..91a396f 100644
--- a/drivers/ata/pata_isapnp.c
+++ b/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,
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-08-02 11:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-02 11:06 [PATCH] pata_isapnp: use MODULE_DEVICE_TABLE() Jeff Garzik
2007-08-02 12:00 ` Alan Cox
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox