Sam Ravnborg 7ad4a48500 [SCSI] aic94xx: fix section mismatch
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: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
2008-05-02 13:26:46 -05:00
..
2008-04-07 12:19:08 -05:00
2008-04-07 12:19:08 -05:00
2008-04-07 12:19:08 -05:00
2008-04-07 12:19:08 -05:00
2008-04-07 12:19:08 -05:00
2008-04-07 12:19:08 -05:00
2006-08-29 09:52:29 -05:00
2008-04-07 12:19:08 -05:00
2008-04-07 12:19:08 -05:00
2008-04-07 12:19:08 -05:00
2008-04-07 12:19:08 -05:00
2008-04-07 12:19:08 -05:00
2008-04-07 12:19:08 -05:00
2007-05-09 08:57:56 +02:00