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-25 01:26:28 -04:00
2008-03-13 22:53:29 +01:00
2008-04-21 22:38:45 +00:00
2008-04-27 15:38:34 +02:00
2008-04-25 00:06:52 +01:00
2008-04-19 20:40:10 -04:00
2008-04-24 23:15:43 +02:00
2008-03-03 10:47:13 -08:00
2008-05-02 13:26:46 -05:00
2008-02-26 14:12:09 +09:00
2008-04-23 21:25:35 -04:00
2008-04-07 13:14:22 -07:00
2008-03-04 16:35:12 -08:00
2008-04-24 23:57:33 +02:00
2008-04-24 23:57:33 +02:00