From: Adrian Bunk <bunk@stusta.de>
To: "prem.de.ms" <prem.de.ms@gmx.de>
Cc: linux-kernel@vger.kernel.org, kraxel@bytesex.org
Subject: [2.6 patch] let VIDEO_CX88 select FW_LOADER
Date: Mon, 27 Dec 2004 23:58:54 +0100 [thread overview]
Message-ID: <20041227225854.GG5345@stusta.de> (raw)
In-Reply-To: <41D08611.9000004@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---
next prev parent reply other threads:[~2004-12-27 23:00 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-12-27 22:00 2.6.10 compile error - blackbird_load_firmware prem.de.ms
2004-12-27 22:58 ` Adrian Bunk [this message]
2005-01-03 14:27 ` Radoslaw Szkodzinski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20041227225854.GG5345@stusta.de \
--to=bunk@stusta.de \
--cc=kraxel@bytesex.org \
--cc=linux-kernel@vger.kernel.org \
--cc=prem.de.ms@gmx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.