From mboxrd@z Thu Jan 1 00:00:00 1970 From: Randy Dunlap Subject: [PATCH -next] dvb: siano uses/depends on INPUT Date: Mon, 10 Aug 2009 16:04:55 -0700 Message-ID: <20090810160455.4f93ad60.randy.dunlap@oracle.com> References: <20090810203508.f3258129.sfr@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20090810203508.f3258129.sfr@canb.auug.org.au> Sender: linux-media-owner@vger.kernel.org To: Stephen Rothwell , linux-media@vger.kernel.org, akpm Cc: linux-next@vger.kernel.org, LKML , Michael Krufky , Uri Shkolnik List-Id: linux-next.vger.kernel.org From: Randy Dunlap siano uses input_*() functions so it should depend on INPUT to prevent build errors: ERROR: "input_event" [drivers/media/dvb/siano/sms1xxx.ko] undefined! ERROR: "input_register_device" [drivers/media/dvb/siano/sms1xxx.ko] undefined! ERROR: "input_free_device" [drivers/media/dvb/siano/sms1xxx.ko] undefined! ERROR: "input_unregister_device" [drivers/media/dvb/siano/sms1xxx.ko] undefined! ERROR: "input_allocate_device" [drivers/media/dvb/siano/sms1xxx.ko] undefined! Signed-off-by: Randy Dunlap Cc: Michael Krufky Cc: Uri Shkolnik --- drivers/media/dvb/siano/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20090810.orig/drivers/media/dvb/siano/Kconfig +++ linux-next-20090810/drivers/media/dvb/siano/Kconfig @@ -4,7 +4,7 @@ config DVB_SIANO_SMS1XXX tristate "Siano SMS1XXX USB dongle support" - depends on DVB_CORE && USB + depends on DVB_CORE && USB && INPUT ---help--- Choose Y here if you have a USB dongle with a SMS1XXX chipset. --- ~Randy LPC 2009, Sept. 23-25, Portland, Oregon http://linuxplumbersconf.org/2009/