From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S937572AbYD1V0S (ORCPT ); Mon, 28 Apr 2008 17:26:18 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932105AbYD1V0G (ORCPT ); Mon, 28 Apr 2008 17:26:06 -0400 Received: from mx2.mail.elte.hu ([157.181.151.9]:40235 "EHLO mx2.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1765458AbYD1V0E (ORCPT ); Mon, 28 Apr 2008 17:26:04 -0400 Date: Mon, 28 Apr 2008 23:25:54 +0200 From: Ingo Molnar To: Mauro Carvalho Chehab Cc: linux-kernel@vger.kernel.org Subject: Re: [patch] dvb: build failure fix Message-ID: <20080428212554.GA11210@elte.hu> References: <20080428162421.GA16566@elte.hu> <20080428164730.43349c3d@gaivota> <20080428203056.GI15840@elte.hu> <20080428180327.7f6f5204@gaivota> <20080428211748.GJ15840@elte.hu> <20080428212030.GA10912@elte.hu> <20080428212329.GA11067@elte.hu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080428212329.GA11067@elte.hu> User-Agent: Mutt/1.5.17 (2007-11-01) X-ELTE-VirusStatus: clean X-ELTE-SpamScore: -1.5 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-1.5 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.2.3 -1.5 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0059] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Ingo Molnar wrote: > 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' ok, the patch below fixes the bug fully here. (there might be other aspects to it though) Ingo --------------> Subject: dvb: fix3 From: Ingo Molnar Date: Mon Apr 28 23:22:13 CEST 2008 Signed-off-by: Ingo Molnar --- drivers/media/video/cx23885/Kconfig | 2 ++ 1 file changed, 2 insertions(+) Index: linux/drivers/media/video/cx23885/Kconfig =================================================================== --- linux.orig/drivers/media/video/cx23885/Kconfig +++ linux/drivers/media/video/cx23885/Kconfig @@ -9,6 +9,8 @@ config VIDEO_CX23885 select VIDEO_IR select VIDEOBUF_DVB select VIDEO_CX25840 + select VIDEO_CX2341X + select DVB_DIB7000P select DVB_TUNER_MT2131 if !DVB_FE_CUSTOMISE select DVB_S5H1409 if !DVB_FE_CUSTOMISE select DVB_LGDT330X if !DVB_FE_CUSTOMISE