From patchwork Thu Aug 19 17:42:14 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 4134 Return-path: Envelope-to: mchehab@pedra Delivery-date: Thu, 19 Aug 2010 14:44:12 -0300 Received: from mchehab by pedra with local (Exim 4.72) (envelope-from ) id 1Om99v-0004Hn-O7 for mchehab@pedra; Thu, 19 Aug 2010 14:44:11 -0300 Received: from bombadil.infradead.org [18.85.46.34] by pedra with IMAP (fetchmail-6.3.17) for (single-drop); Thu, 19 Aug 2010 14:44:11 -0300 (BRT) Received: from vger.kernel.org ([209.132.180.67]) by bombadil.infradead.org with esmtp (Exim 4.72 #1 (Red Hat Linux)) id 1Om98W-0005Ks-HY; Thu, 19 Aug 2010 17:42:44 +0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752068Ab0HSRml (ORCPT + 1 other); Thu, 19 Aug 2010 13:42:41 -0400 Received: from rcsinet10.oracle.com ([148.87.113.121]:22906 "EHLO rcsinet10.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751050Ab0HSRmk (ORCPT ); Thu, 19 Aug 2010 13:42:40 -0400 Received: from acsinet15.oracle.com (acsinet15.oracle.com [141.146.126.227]) by rcsinet10.oracle.com (Switch-3.4.2/Switch-3.4.2) with ESMTP id o7JHgPa3014703 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 19 Aug 2010 17:42:28 GMT Received: from acsmt354.oracle.com (acsmt354.oracle.com [141.146.40.154]) by acsinet15.oracle.com (Switch-3.4.2/Switch-3.4.1) with ESMTP id o7JDTgkT017174; Thu, 19 Aug 2010 17:42:25 GMT Received: from abhmt004.oracle.com by acsmt354.oracle.com with ESMTP id 512824581282239735; Thu, 19 Aug 2010 10:42:15 -0700 Received: from chimera.site (/173.50.240.230) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Thu, 19 Aug 2010 10:42:15 -0700 Date: Thu, 19 Aug 2010 10:42:14 -0700 From: Randy Dunlap To: Stephen Rothwell , linux-media@vger.kernel.org Cc: linux-next@vger.kernel.org, LKML , Mauro Carvalho Chehab Subject: [PATCH -next] tm6000: depends on IR_CORE Message-Id: <20100819104214.2f95bcf4.randy.dunlap@oracle.com> In-Reply-To: <20100819143941.d3ea5cb4.sfr@canb.auug.org.au> References: <20100819143941.d3ea5cb4.sfr@canb.auug.org.au> Organization: Oracle Linux Eng. X-Mailer: Sylpheed 2.7.1 (GTK+ 2.16.6; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Sender: Mauro Carvalho Chehab From: Randy Dunlap tm6000 uses IR interfaces, so it should depend on IR_CORE. ERROR: "get_rc_map" [drivers/staging/tm6000/tm6000.ko] undefined! ERROR: "ir_input_unregister" [drivers/staging/tm6000/tm6000.ko] undefined! ERROR: "__ir_input_register" [drivers/staging/tm6000/tm6000.ko] undefined! Signed-off-by: Randy Dunlap --- drivers/staging/tm6000/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html --- linux-next-20100819.orig/drivers/staging/tm6000/Kconfig +++ linux-next-20100819/drivers/staging/tm6000/Kconfig @@ -1,6 +1,6 @@ config VIDEO_TM6000 tristate "TV Master TM5600/6000/6010 driver" - depends on VIDEO_DEV && I2C && INPUT && USB && EXPERIMENTAL + depends on VIDEO_DEV && I2C && INPUT && IR_CORE && USB && EXPERIMENTAL select VIDEO_TUNER select MEDIA_TUNER_XC2028 select MEDIA_TUNER_XC5000