* [PATCH] __devinit in pci/generic.c
@ 2004-11-13 19:54 Andries Brouwer
0 siblings, 0 replies; only message in thread
From: Andries Brouwer @ 2004-11-13 19:54 UTC (permalink / raw)
To: torvalds, akpm; +Cc: linux-kernel
Routines referred to from __devinitdata.
diff -uprN -X /linux/dontdiff a/drivers/ide/pci/generic.c b/drivers/ide/pci/generic.c
--- a/drivers/ide/pci/generic.c 2004-10-30 21:44:00.000000000 +0200
+++ b/drivers/ide/pci/generic.c 2004-11-13 20:56:09.000000000 +0100
@@ -41,12 +41,12 @@
#include "generic.h"
-static unsigned int __init init_chipset_generic (struct pci_dev *dev, const char *name)
+static unsigned int __devinit init_chipset_generic (struct pci_dev *dev, const char *name)
{
return 0;
}
-static void __init init_hwif_generic (ide_hwif_t *hwif)
+static void __devinit init_hwif_generic (ide_hwif_t *hwif)
{
switch(hwif->pci_dev->device) {
case PCI_DEVICE_ID_UMC_UM8673F:
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-11-13 19:54 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-13 19:54 [PATCH] __devinit in pci/generic.c Andries Brouwer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox