Re: [PATCH] qla2xyz: fix section mismatch

2008-01-11 Thread Sam Ravnborg
On Thu, Jan 10, 2008 at 02:33:09PM -0800, Randy Dunlap wrote: > From: Randy Dunlap <[EMAIL PROTECTED]> > > Fix section mismatch: qla2x00_remove_one() should not be __devexit. > > WARNING: vmlinux.o(.text+0xb014f5): Section mismatch: reference to > .exit.text: (between 'qla2xxx_pci_error_detecte

Re: [PATCH] qla2xyz: fix section mismatch

2008-01-10 Thread Andrew Vasquez
On Thu, 10 Jan 2008, Randy Dunlap wrote: > From: Randy Dunlap <[EMAIL PROTECTED]> > > Fix section mismatch: qla2x00_remove_one() should not be __devexit. > > WARNING: vmlinux.o(.text+0xb014f5): Section mismatch: reference to > .exit.text: (between 'qla2xxx_pci_error_detected' and > 'qla2xxx_p

[PATCH] qla2xyz: fix section mismatch

2008-01-10 Thread Randy Dunlap
From: Randy Dunlap <[EMAIL PROTECTED]> Fix section mismatch: qla2x00_remove_one() should not be __devexit. WARNING: vmlinux.o(.text+0xb014f5): Section mismatch: reference to .exit.text: (between 'qla2xxx_pci_error_detected' and 'qla2xxx_pci_mmio_enabled') Signed-off-by: Randy Dunlap <[EMAIL PR