linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* 2.6.10 compile error - blackbird_load_firmware
@ 2004-12-27 22:00 prem.de.ms
  2004-12-27 22:58 ` [2.6 patch] let VIDEO_CX88 select FW_LOADER Adrian Bunk
  2005-01-03 14:27 ` 2.6.10 compile error - blackbird_load_firmware Radoslaw Szkodzinski
  0 siblings, 2 replies; 3+ messages in thread
From: prem.de.ms @ 2004-12-27 22:00 UTC (permalink / raw)
  To: linux-kernel, kraxel

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?

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [2.6 patch] let VIDEO_CX88 select FW_LOADER
  2004-12-27 22:00 2.6.10 compile error - blackbird_load_firmware prem.de.ms
@ 2004-12-27 22:58 ` Adrian Bunk
  2005-01-03 14:27 ` 2.6.10 compile error - blackbird_load_firmware Radoslaw Szkodzinski
  1 sibling, 0 replies; 3+ messages in thread
From: Adrian Bunk @ 2004-12-27 22:58 UTC (permalink / raw)
  To: prem.de.ms; +Cc: linux-kernel, kraxel

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---


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: 2.6.10 compile error - blackbird_load_firmware
  2004-12-27 22:00 2.6.10 compile error - blackbird_load_firmware prem.de.ms
  2004-12-27 22:58 ` [2.6 patch] let VIDEO_CX88 select FW_LOADER Adrian Bunk
@ 2005-01-03 14:27 ` Radoslaw Szkodzinski
  1 sibling, 0 replies; 3+ messages in thread
From: Radoslaw Szkodzinski @ 2005-01-03 14:27 UTC (permalink / raw)
  To: prem.de.ms; +Cc: linux-kernel, kraxel


[-- Attachment #1.1: Type: text/plain, Size: 352 bytes --]

On Monday 27 of December 2004 23:00, prem.de.ms wrote:
> Hello,
>
> I get the following error message when I try to compile the new
> 2.6.10-kernel:
>
> <snip>
> Seems like the Conexant drivers are broken because the kernel compiles
> when I uncheck them.
>
It seems Conexant uses the firmware loader as well as I2C w/o requiring them.
Patch attached.

[-- Attachment #1.2: conexant-deps.patch --]
[-- Type: text/x-diff, Size: 456 bytes --]

--- linux/drivers/media/video/Kconfig~	2005-01-03 15:24:46.669675320 +0100
+++ linux/drivers/media/video/Kconfig	2005-01-03 15:24:46.680673445 +0100
@@ -303,8 +303,9 @@
 
 config VIDEO_CX88
 	tristate "Conexant 2388x (bt878 successor) support"
-	depends on VIDEO_DEV && PCI && EXPERIMENTAL
+	depends on VIDEO_DEV && PCI && I2C && EXPERIMENTAL
 	select I2C_ALGOBIT
+	select FW_LOADER
 	select VIDEO_BTCX
 	select VIDEO_BUF
 	select VIDEO_TUNER

[-- Attachment #2: Type: application/pgp-signature, Size: 190 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-01-03 14:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-12-27 22:00 2.6.10 compile error - blackbird_load_firmware prem.de.ms
2004-12-27 22:58 ` [2.6 patch] let VIDEO_CX88 select FW_LOADER Adrian Bunk
2005-01-03 14:27 ` 2.6.10 compile error - blackbird_load_firmware Radoslaw Szkodzinski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).