summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/advansys.c
diff options
context:
space:
mode:
authorRandy Dunlap2008-01-14 09:55:18 +0100
committerLinus Torvalds2008-01-14 17:52:23 +0100
commit747d016e7e25e216b31022fe2b012508d99fb682 (patch)
tree5122d61b492fa44c2ac0d5c8cbb353157420e6e8 /drivers/scsi/advansys.c
parentcciss: section mismatch (diff)
downloadkernel-qcow2-linux-747d016e7e25e216b31022fe2b012508d99fb682.tar.gz
kernel-qcow2-linux-747d016e7e25e216b31022fe2b012508d99fb682.tar.xz
kernel-qcow2-linux-747d016e7e25e216b31022fe2b012508d99fb682.zip
advansys: fix section mismatch warning
Fix section mismatch warning: WARNING: vmlinux.o(.exit.text+0x152a): Section mismatch: reference to .init.data:_asc_def_iop_base (between 'advansys_isa_remove' and 'advansys_exit') Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Cc: Matthew Wilcox <willy@debian.org> Cc: James Bottomley <James.Bottomley@steeleye.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/scsi/advansys.c')
-rw-r--r--drivers/scsi/advansys.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/advansys.c b/drivers/scsi/advansys.c
index 9dd3952516c5..38a1ee2eacd8 100644
--- a/drivers/scsi/advansys.c
+++ b/drivers/scsi/advansys.c
@@ -13906,7 +13906,7 @@ static int advansys_release(struct Scsi_Host *shost)
#define ASC_IOADR_TABLE_MAX_IX 11
-static PortAddr _asc_def_iop_base[ASC_IOADR_TABLE_MAX_IX] __devinitdata = {
+static PortAddr _asc_def_iop_base[ASC_IOADR_TABLE_MAX_IX] = {
0x100, 0x0110, 0x120, 0x0130, 0x140, 0x0150, 0x0190,
0x0210, 0x0230, 0x0250, 0x0330
};