From patchwork Tue Aug 17 16:38:20 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 4133 Return-path: Envelope-to: mchehab@pedra Delivery-date: Tue, 17 Aug 2010 13:42:10 -0300 Received: from mchehab by pedra with local (Exim 4.72) (envelope-from ) id 1OlPEn-0004Tf-Mq for mchehab@pedra; Tue, 17 Aug 2010 13:42:09 -0300 Received: from bombadil.infradead.org [18.85.46.34] by pedra with IMAP (fetchmail-6.3.17) for (single-drop); Tue, 17 Aug 2010 13:42:09 -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 1OlPD3-0008TE-Kp; Tue, 17 Aug 2010 16:40:21 +0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753129Ab0HQQjw (ORCPT + 1 other); Tue, 17 Aug 2010 12:39:52 -0400 Received: from rcsinet10.oracle.com ([148.87.113.121]:26077 "EHLO rcsinet10.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752241Ab0HQQjv (ORCPT ); Tue, 17 Aug 2010 12:39:51 -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 o7HGdgsw016176 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 17 Aug 2010 16:39:43 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 o7HGT72S002573; Tue, 17 Aug 2010 16:39:41 GMT Received: from abhmt013.oracle.com by acsmt355.oracle.com with ESMTP id 504132151282063103; Tue, 17 Aug 2010 09:38:23 -0700 Received: from chimera.site (/173.50.240.230) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Tue, 17 Aug 2010 09:38:23 -0700 Date: Tue, 17 Aug 2010 09:38:20 -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] mantis: depends on IR_CORE Message-Id: <20100817093820.f3280d9a.randy.dunlap@oracle.com> In-Reply-To: <20100817133207.9707400c.sfr@canb.auug.org.au> References: <20100817133207.9707400c.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 mantis uses ir_input_register so it should depend on IR_CORE. ERROR: "ir_input_unregister" [drivers/media/dvb/mantis/mantis_core.ko] undefined! ERROR: "__ir_input_register" [drivers/media/dvb/mantis/mantis_core.ko] undefined! Signed-off-by: Randy Dunlap --- drivers/media/dvb/mantis/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-20100817.orig/drivers/media/dvb/mantis/Kconfig +++ linux-next-20100817/drivers/media/dvb/mantis/Kconfig @@ -1,6 +1,6 @@ config MANTIS_CORE tristate "Mantis/Hopper PCI bridge based devices" - depends on PCI && I2C && INPUT + depends on PCI && I2C && INPUT && IR_CORE help Support for PCI cards based on the Mantis and Hopper PCi bridge.