[IA64] Clear up section mismatch for ioc4_ide_attach_one.

The generic_defconfig has three section mismatches. This clears up
ioc4_ide_attach_one().

Signed-off-by: Robin Holt <holt@sgi.com>
Signed-off-by: Mike Reid <mdr@sgi.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>

authored by Robin Holt and committed by Tony Luck ecdbc690 8704ad85

+3 -3
+3 -3
drivers/ide/sgiioc4.c
··· 550 550 .dma_timeout = ide_dma_timeout, 551 551 }; 552 552 553 - static const struct ide_port_info sgiioc4_port_info __devinitdata = { 553 + static const struct ide_port_info sgiioc4_port_info __devinitconst = { 554 554 .name = DRV_NAME, 555 555 .chipset = ide_pci, 556 556 .init_dma = ide_dma_sgiioc4, ··· 633 633 return ret; 634 634 } 635 635 636 - int 636 + int __devinit 637 637 ioc4_ide_attach_one(struct ioc4_driver_data *idd) 638 638 { 639 639 /* PCI-RT does not bring out IDE connection. ··· 645 645 return pci_init_sgiioc4(idd->idd_pdev); 646 646 } 647 647 648 - static struct ioc4_submodule ioc4_ide_submodule = { 648 + static struct ioc4_submodule __devinitdata ioc4_ide_submodule = { 649 649 .is_name = "IOC4_ide", 650 650 .is_owner = THIS_MODULE, 651 651 .is_probe = ioc4_ide_attach_one,