]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] __devinit in pci/generic.c
authorAndries E. Brouwer <andries.brouwer@cwi.nl>
Sat, 13 Nov 2004 12:58:51 +0000 (04:58 -0800)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 13 Nov 2004 12:58:51 +0000 (04:58 -0800)
Routines referred to from __devinitdata.

drivers/ide/pci/generic.c

index a4154e702982b9d498c8e7df42c2419c3f7c1539..e826f730aed0cb2ef538f4cb3327775b8fd7d116 100644 (file)
 
 #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: