From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from proofpoint-cluster.metrocast.net ([65.175.128.136]:9116 "EHLO proofpoint-cluster.metrocast.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751036Ab0GYNpJ (ORCPT ); Sun, 25 Jul 2010 09:45:09 -0400 Subject: Re: cx23885: Unknown symbol __ir_input_register From: Andy Walls To: Mauro Carvalho Chehab Cc: linux-media@vger.kernel.org, vvvl@onet.pl In-Reply-To: <1280064157.2867.15.camel@localhost> References: <1280061846.2867.5.camel@localhost> <1280064157.2867.15.camel@localhost> Content-Type: text/plain; charset="UTF-8" Date: Sun, 25 Jul 2010 09:45:35 -0400 Message-ID: <1280065535.2867.27.camel@localhost> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-media-owner@vger.kernel.org List-ID: On Sun, 2010-07-25 at 09:22 -0400, Andy Walls wrote: > On Sun, 2010-07-25 at 08:44 -0400, Andy Walls wrote: > > On Sat, 2010-07-24 at 18:45 +0200, vvvl@onet.pl wrote: > > > with linux-2.6.34-gentoo-r1 and V4L/DVB repository of July 24 I get these errors: > > > cx23885: Unknown symbol __ir_input_register > > > cx23885: Unknown symbol get_rc_map > > > > Those are IR related. > > > > I forgot to add "IR_CORE" to the Kconfig file for the cx23885 driver, > > but the the "VIDEO_IR" selection in that Kconfig depends on "IR_CORE", > > so I think that should be OK. > > Hmmm... > > "select VIDEO_IR" in the cx23885 Kconfig doesn't revisit the > dependencies on "IR_CORE" and "INPUT". > > > Mauro, > > What's the correct thing to do here? > > Change it to > > "depends VIDEO_IR" > > or add > > "depends IR_CORE" > > or add > > "select INPUT" > "select IR_CORE" Bah, the cx23885 driver already has "depends ... && INPUT". I'll just add a "select IR_CORE" and remove the "select VIDEO_IR", since it looks like the changes I have for cx23885 in the git repo don't use the ir-functions.c (ir-common.ko) functions anymore. The current hg repository should only have "select IR_CORE" added to the cx23885 Kconfig with no removals, untils the code from git gets merged back to it. Regards, Andy