PATCH: AIC7xxx : readd MODULE_DEVICE_TABLE

Marcus Meissner (Marcus.Meissner@caldera.de)
Thu, 11 Oct 2001 16:24:29 +0200


Hi Justin!

This change got lost somehow in one of your diffs. Was this intentional?

If not, please readd it, it helps with autoprobing.

Ciao, Marcus

Index: drivers/scsi/aic7xxx/aic7xxx_linux_pci.c
===================================================================
RCS file: /build/mm/work/repository/linux-mm/drivers/scsi/aic7xxx/aic7xxx_linux_pci.c,v
retrieving revision 1.16
diff -u -r1.16 aic7xxx_linux_pci.c
--- drivers/scsi/aic7xxx/aic7xxx_linux_pci.c 2001/08/13 06:47:27 1.16
+++ drivers/scsi/aic7xxx/aic7xxx_linux_pci.c 2001/10/11 14:16:27
@@ -56,6 +56,7 @@
},
{ 0 }
};
+MODULE_DEVICE_TABLE(pci,ahc_linux_pci_id_table);

struct pci_driver aic7xxx_pci_driver = {
name: "aic7xxx",
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/