[2.6 patch] let VIDEO_CX88 select FW_LOADER
From: Adrian Bunk (bunk_at_stusta.de)
Date: 12/27/04
- Previous message: David S. Miller: "Re: PATCH: kmalloc packet slab"
- In reply to: prem.de.ms: "2.6.10 compile error - blackbird_load_firmware"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 27 Dec 2004 23:58:54 +0100 To: "prem.de.ms" <prem.de.ms@gmx.de>
On Mon, Dec 27, 2004 at 11:00:49PM +0100, prem.de.ms wrote:
> Hello,
>
> I get the following error message when I try to compile the new
> 2.6.10-kernel:
>
> [...]
> CHK include/linux/compile.h
> UPD include/linux/compile.h
> CC init/version.o
> LD init/built-in.o
> LD .tmp_vmlinux1
> drivers/built-in.o(.text+0x8a3b2): In function `blackbird_load_firmware':
> : undefined reference to `request_firmware'
> drivers/built-in.o(.text+0x8a454): In function `blackbird_load_firmware':
> : undefined reference to `release_firmware'
> make: *** [.tmp_vmlinux1] Error 1
>
> Seems like the Conexant drivers are broken because the kernel compiles
> when I uncheck them.
>
> Any suggestions?
Thanks for this report.
The patch below should fix it.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
--- linux-2.6.10-rc3-mm1-full/drivers/media/video/Kconfig.old 2004-12-27 23:53:33.000000000 +0100
+++ linux-2.6.10-rc3-mm1-full/drivers/media/video/Kconfig 2004-12-27 23:54:09.000000000 +0100
@@ -304,8 +304,9 @@
config VIDEO_CX88
tristate "Conexant 2388x (bt878 successor) support"
depends on VIDEO_DEV && PCI && EXPERIMENTAL
select I2C_ALGOBIT
+ select FW_LOADER
select VIDEO_BTCX
select VIDEO_BUF
select VIDEO_TUNER
---help---
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Previous message: David S. Miller: "Re: PATCH: kmalloc packet slab"
- In reply to: prem.de.ms: "2.6.10 compile error - blackbird_load_firmware"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|