diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/ide/ppc/pmac.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/ide/ppc/pmac.c b/drivers/ide/ppc/pmac.c index 736d12c8e68a..4afc58fb3674 100644 --- a/drivers/ide/ppc/pmac.c +++ b/drivers/ide/ppc/pmac.c | |||
@@ -1011,7 +1011,7 @@ pmac_ide_do_resume(ide_hwif_t *hwif) | |||
1011 | * (it is kept in 2.4). This introduce an interface numbering change on some | 1011 | * (it is kept in 2.4). This introduce an interface numbering change on some |
1012 | * rare machines unfortunately, but it's better this way. | 1012 | * rare machines unfortunately, but it's better this way. |
1013 | */ | 1013 | */ |
1014 | static int | 1014 | static int __devinit |
1015 | pmac_ide_setup_device(pmac_ide_hwif_t *pmif, ide_hwif_t *hwif, hw_regs_t *hw) | 1015 | pmac_ide_setup_device(pmac_ide_hwif_t *pmif, ide_hwif_t *hwif, hw_regs_t *hw) |
1016 | { | 1016 | { |
1017 | struct device_node *np = pmif->node; | 1017 | struct device_node *np = pmif->node; |
@@ -1726,7 +1726,7 @@ pmac_ide_dma_lost_irq (ide_drive_t *drive) | |||
1726 | * Allocate the data structures needed for using DMA with an interface | 1726 | * Allocate the data structures needed for using DMA with an interface |
1727 | * and fill the proper list of functions pointers | 1727 | * and fill the proper list of functions pointers |
1728 | */ | 1728 | */ |
1729 | static void __init | 1729 | static void __devinit |
1730 | pmac_ide_setup_dma(pmac_ide_hwif_t *pmif, ide_hwif_t *hwif) | 1730 | pmac_ide_setup_dma(pmac_ide_hwif_t *pmif, ide_hwif_t *hwif) |
1731 | { | 1731 | { |
1732 | /* We won't need pci_dev if we switch to generic consistent | 1732 | /* We won't need pci_dev if we switch to generic consistent |