[PATCH] ide: hotplug mark __devinit triflex.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
d6904ab6 97319630

+1 -1
+1 -1
drivers/ide/pci/triflex.c
··· 130 130 return hwif->ide_dma_off_quietly(drive); 131 131 } 132 132 133 - static void __init init_hwif_triflex(ide_hwif_t *hwif) 133 + static void __devinit init_hwif_triflex(ide_hwif_t *hwif) 134 134 { 135 135 hwif->tuneproc = &triflex_tune_drive; 136 136 hwif->speedproc = &triflex_tune_chipset;