2001-10-11 14:25:19

by Marcus Meissner

[permalink] [raw]
Subject: PATCH: AIC7xxx : readd MODULE_DEVICE_TABLE

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