Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262570AbVCDGpi (ORCPT ); Fri, 4 Mar 2005 01:45:38 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262569AbVCDGpi (ORCPT ); Fri, 4 Mar 2005 01:45:38 -0500 Received: from fire.osdl.org ([65.172.181.4]:57001 "EHLO smtp.osdl.org") by vger.kernel.org with ESMTP id S262525AbVCDGpL (ORCPT ); Fri, 4 Mar 2005 01:45:11 -0500 Date: Thu, 3 Mar 2005 22:44:38 -0800 From: Andrew Morton To: gene.heskett@verizon.net Cc: linux-kernel@vger.kernel.org, Gerd Knorr Subject: Re: 2.6.11 vs DVB cx88 stuffs Message-Id: <20050303224438.2952f63e.akpm@osdl.org> In-Reply-To: <200503032119.04675.gene.heskett@verizon.net> References: <200503032119.04675.gene.heskett@verizon.net> X-Mailer: Sylpheed version 0.9.7 (GTK+ 1.2.10; i386-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1524 Lines: 29 Gene Heskett wrote: > > I've a new pcHDTV-3000 card, and I thought maybe it would > be a good idea to build the cx88 stuff in the DVB section > of a make xconfig. > > It doesn't build, spitting out this bailout: > > CC [M] drivers/media/video/cx88/cx88-cards.o > drivers/media/video/cx88/cx88-cards.c: In function `hauppauge_eeprom_dvb': > drivers/media/video/cx88/cx88-cards.c:694: error: `PLLTYPE_DTT7595' undeclared (first use in this function) > drivers/media/video/cx88/cx88-cards.c:694: error: (Each undeclared identifier is reported only once > drivers/media/video/cx88/cx88-cards.c:694: error: for each function it appears in.) > drivers/media/video/cx88/cx88-cards.c:698: error: `PLLTYPE_DTT7592' undeclared (first use in this function) > drivers/media/video/cx88/cx88-cards.c: In function `cx88_card_setup': > drivers/media/video/cx88/cx88-cards.c:856: error: `PLLTYPE_DTT7579' undeclared (first use in this function) OK, this is one for Gerd. Those identifiers just aren't anywhere in the tree. The reason this wasn't picked up is that neither `make allyesconfig' or `make allmodconfig' enables CONFIG_VIDEO_CX88_DVB or CONFIG_VIDEO_CX88_DVB_MODULE. For coverage purposes it would be excellent to fix that up too, please. - 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/