public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* PATCH: AIC7xxx : readd MODULE_DEVICE_TABLE
@ 2001-10-11 14:24 Marcus Meissner
  0 siblings, 0 replies; only message in thread
From: Marcus Meissner @ 2001-10-11 14:24 UTC (permalink / raw)
  To: gibbs, gibbs, Alan Cox, linux-kernel

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-10-11 14:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-10-11 14:24 PATCH: AIC7xxx : readd MODULE_DEVICE_TABLE Marcus Meissner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox