Re: [patch] QLA2xxx FW_LOADER Kconfig issue results in undefined symbols

2005-07-18 Thread Adrian Bunk
On Mon, Jul 18, 2005 at 02:23:57PM -0500, Erik Jacobson wrote: > I hit a small problem (first observed in 2.6.13-rc3-mm1) that resulted in > my kernels no longer building because of undefined references to > request_firmware and release_firmware. > > After a little research, I found that the QLA

[patch] QLA2xxx FW_LOADER Kconfig issue results in undefined symbols

2005-07-18 Thread Erik Jacobson
I hit a small problem (first observed in 2.6.13-rc3-mm1) that resulted in my kernels no longer building because of undefined references to request_firmware and release_firmware. After a little research, I found that the QLA stuff requires CONFIG_FW_LOADER. I was using the sn2_defconfig as a star