[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080428212329.GA11067@elte.hu>
Date: Mon, 28 Apr 2008 23:23:29 +0200
From: Ingo Molnar <mingo@...e.hu>
To: Mauro Carvalho Chehab <mchehab@...radead.org>
Cc: linux-kernel@...r.kernel.org
Subject: Re: [patch] dvb: build failure fix
* Ingo Molnar <mingo@...e.hu> wrote:
> http://redhat.com/~mingo/misc/config-Mon_Apr_28_23_14_46_CEST_2008.bad
>
> build log below. Note that this seems to be a more clear-cut case as
> module support was disabled.
ok, found one bug, find the fix for that below. One more bug to go:
drivers/built-in.o: In function `cx23885_dvb_register':
: undefined reference to `dib7000p_attach'
Ingo
-------------->
Subject: dvb: fix3
From: Ingo Molnar <mingo@...e.hu>
Date: Mon Apr 28 23:22:13 CEST 2008
Signed-off-by: Ingo Molnar <mingo@...e.hu>
---
drivers/media/video/cx23885/Kconfig | 1 +
1 file changed, 1 insertion(+)
Index: linux/drivers/media/video/cx23885/Kconfig
===================================================================
--- linux.orig/drivers/media/video/cx23885/Kconfig
+++ linux/drivers/media/video/cx23885/Kconfig
@@ -9,6 +9,7 @@ config VIDEO_CX23885
select VIDEO_IR
select VIDEOBUF_DVB
select VIDEO_CX25840
+ select VIDEO_CX2341X
select DVB_TUNER_MT2131 if !DVB_FE_CUSTOMISE
select DVB_S5H1409 if !DVB_FE_CUSTOMISE
select DVB_LGDT330X if !DVB_FE_CUSTOMISE
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists