diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2008-04-18 13:57:22 -0700 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2008-05-02 13:26:46 -0500 |
commit | 7ad4a485002c141f156a014e89542e01e7f8e36a (patch) | |
tree | 4e7ca5e9828756f53492c4a5aa5813b8faa2e89f /net/llc | |
parent | 392512fbf9407fa1647225143e3f9c28a869ac57 (diff) | |
download | op-kernel-dev-7ad4a485002c141f156a014e89542e01e7f8e36a.zip op-kernel-dev-7ad4a485002c141f156a014e89542e01e7f8e36a.tar.gz |
[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>
Diffstat (limited to 'net/llc')
0 files changed, 0 insertions, 0 deletions