Commit 9fc5b569 authored by Andries E. Brouwer's avatar Andries E. Brouwer Committed by Linus Torvalds

[PATCH] __devinit in pci/generic.c

Routines referred to from __devinitdata.
parent dfaac0b3
...@@ -41,12 +41,12 @@ ...@@ -41,12 +41,12 @@
#include "generic.h" #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; 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) { switch(hwif->pci_dev->device) {
case PCI_DEVICE_ID_UMC_UM8673F: case PCI_DEVICE_ID_UMC_UM8673F:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment