[patch 2/13] ide hotplug mark __devinit amd74xx.c
From: maximilian attems <hidden>
Date: 2005-06-26 17:05:00
From: maximilian attems <hidden>
Date: 2005-06-26 17:05:00
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 <redacted> diff -aurN a/drivers/ide/pci/amd74xx.c b/drivers/ide/pci/amd74xx.c
--- a/drivers/ide/pci/amd74xx.c 2005-06-06 11:22:29.000000000 -0400
+++ b/drivers/ide/pci/amd74xx.c 2005-06-15 22:01:23.000000000 -0400@@ -309,7 +309,7 @@ * and initialize its drive independent registers. */ -static unsigned int __init init_chipset_amd74xx(struct pci_dev *dev, const char *name) +static unsigned int __devinit init_chipset_amd74xx(struct pci_dev *dev, const char *name) { unsigned char t; unsigned int u;
@@ -413,7 +413,7 @@ return dev->irq; } -static void __init init_hwif_amd74xx(ide_hwif_t *hwif) +static void __devinit init_hwif_amd74xx(ide_hwif_t *hwif) { int i;