• S
    [SCSI] aic94xx: fix section mismatch · 7ad4a485
    Sam Ravnborg 提交于
    Fix following warnings:
    WARNING: vmlinux.o(.data+0x17aa88): Section mismatch in reference from the variable asd_pcidev_data to the function .devinit.text:asd_aic9410_setup()
    WARNING: vmlinux.o(.data+0x17aa98): Section mismatch in reference from the variable asd_pcidev_data to the function .devinit.text:asd_aic9410_setup()
    WARNING: vmlinux.o(.data+0x17aaa8): Section mismatch in reference from the variable asd_pcidev_data to the function .devinit.text:asd_aic9405_setup()
    
    asd_pcidev_data is only used by __devinit asd_pci_probe.  So mark is const and
    annotate it __devinitconst to fix the warnings.
    
    [akpm@linux-foundation.org: fix warning]
    Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
    Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
    Signed-off-by: NJames Bottomley <James.Bottomley@HansenPartnership.com>
    7ad4a485
aic94xx_init.c 27.9 KB