[PATCH] ide: hotplug mark __devinit via82cxxx.c

From: Herbert Xu <herbert@gondor.apana.org.au>

mark the __init section __devinit.
Splitted up from the Debian kernel patch.

Signed-off-by: maximilian attems <janitor@sternwelten.at>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@elka.pw.edu.pl>

authored by Herbert Xu and committed by Bartlomiej Zolnierkiewicz f3718d3e d6904ab6

+2 -2
+2 -2
drivers/ide/pci/via82cxxx.c
··· 415 415 * and initialize its drive independent registers. 416 416 */ 417 417 418 - static unsigned int __init init_chipset_via82cxxx(struct pci_dev *dev, const char *name) 418 + static unsigned int __devinit init_chipset_via82cxxx(struct pci_dev *dev, const char *name) 419 419 { 420 420 struct pci_dev *isa = NULL; 421 421 u8 t, v; ··· 576 576 return 0; 577 577 } 578 578 579 - static void __init init_hwif_via82cxxx(ide_hwif_t *hwif) 579 + static void __devinit init_hwif_via82cxxx(ide_hwif_t *hwif) 580 580 { 581 581 int i; 582 582