patch-2.3.13 linux/drivers/block/ide-pmac.c

Next file: linux/drivers/block/ide-probe.c
Previous file: linux/drivers/block/ide-pci.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.12/linux/drivers/block/ide-pmac.c linux/drivers/block/ide-pmac.c
@@ -230,8 +230,8 @@
 
 #ifdef CONFIG_BLK_DEV_IDEDMA_PMAC
 
-__initfunc(static void
-pmac_ide_setup_dma(struct device_node *np, ide_hwif_t *hwif))
+static void __init 
+pmac_ide_setup_dma(struct device_node *np, ide_hwif_t *hwif)
 {
 	hwif->dma_base = (unsigned long) ioremap(np->addrs[1].address, 0x200);
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)