dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/scsi/qla2xxx
Adrian Bunk 4c993f7669 scsi/qla2xxx/qla_os.c section fix
WARNING: vmlinux.o(.text+0x2a4462): Section mismatch: reference to .exit.text:qla2x00_remove_one (between 'qla2xxx_pci_error_detected' and 'qla2x00_stop_timer')

qla2x00_remove_one() mustn't be __devexit since it's called from
qla2xxx_pci_error_detected().

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Acked-by: Seokmann Ju <seokmann.ju@qlogic.com>
Acked-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
Cc: Randy Dunlap <randy.dunlap@oracle.com>
Cc: James Bottomley <James.Bottomley@steeleye.com>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2008-01-14 08:52:22 -08:00
..
Kconfig [SCSI] qla2xxx: Remove obsolete firmware-loader-module support. 2006-05-20 09:49:13 -05:00
Makefile [SCSI] qla2xxx: add support for NPIV 2007-07-14 19:08:05 -05:00
qla_attr.c [SCSI] qla2xxx: Correct display of ISP serial-number. 2007-10-23 15:54:54 -04:00
qla_dbg.c [SCSI] qla2xxx: Use shost_priv(). 2007-10-12 14:50:22 -04:00
qla_dbg.h [SCSI] qla2xxx: Query additional RISC registers during ISP25XX firmware dump. 2007-10-12 14:49:58 -04:00
qla_def.h [SCSI] qla2xxx: Make driver (mostly) legacy I/O port free. 2007-10-23 15:54:28 -04:00
qla_devtbl.h [SCSI] qla2xxx: Resync with latest HBA SSID specification -- 2.2u. 2007-10-23 15:53:23 -04:00
qla_fw.h [SCSI] qla2xxx: Query additional RISC registers during ISP25XX firmware dump. 2007-10-12 14:49:58 -04:00
qla_gbl.h [SCSI] qla2xxx: Retrieve max-NPIV support capabilities from FW. 2007-10-12 14:50:14 -04:00
qla_gs.c [SCSI] qla2xxx: Set correct attribute count during FDMI RPA. 2007-10-12 14:50:06 -04:00
qla_init.c [SCSI] qla2xxx: Limit iIDMA speed adjustments. 2007-10-12 14:50:40 -04:00
qla_inline.h [SCSI] qla2xxx: Re-factor isp_operations to static structures. 2007-07-20 09:24:22 -05:00
qla_iocb.c [SCSI] qla2xxx: Defer explicit interrupt-polling processing to init-time scenarios. 2007-10-23 15:53:41 -04:00
qla_isr.c [SCSI] qla2xxx: Correct residual-count handling discrepancies during UNDERRUN handling. 2007-10-23 15:54:41 -04:00
qla_mbx.c [SCSI] qla2xxx: Defer explicit interrupt-polling processing to init-time scenarios. 2007-10-23 15:53:41 -04:00
qla_mid.c [SCSI] qla2xxx: Sparse cleanups in qla_mid.c 2007-10-12 14:50:29 -04:00
qla_os.c scsi/qla2xxx/qla_os.c section fix 2008-01-14 08:52:22 -08:00
qla_settings.h [SCSI] qla2xxx: Drop unused driver cruft. 2006-05-20 09:43:22 -05:00
qla_sup.c [SCSI] qla2xxx: Fix issue where final flash-segment updates were falling into the slow-path write handler. 2007-10-23 15:54:10 -04:00
qla_version.h [SCSI] qla2xxx: Update version number to 8.02.00-k5. 2007-10-23 15:55:16 -04:00