Re: [2.6 patch] scsi/qla2xxx/qla_os.c section fix

2007-12-03 Thread Seokmann Ju
Adrian Bunk wrote: > qla2x00_remove_one() mustn't be __devexit since it's called from > qla2xxx_pci_error_detected(). > > This patch fixes the following section mismatch: > > <-- snip --> > > ... > WARNING: vmlinux.o(.text+0x2a4462): Section mismatch: reference to > .exit.text:qla2x00_remove

[2.6 patch] scsi/qla2xxx/qla_os.c section fix

2007-11-25 Thread Adrian Bunk
qla2x00_remove_one() mustn't be __devexit since it's called from qla2xxx_pci_error_detected(). This patch fixes the following section mismatch: <-- snip --> ... WARNING: vmlinux.o(.text+0x2a4462): Section mismatch: reference to .exit.text:qla2x00_remove_one (between 'qla2xxx_pci_error_detect