This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/media-tree.git tree:
Subject: V4L/DVB: [-next] mantis: depends on IR_CORE Author: Randy Dunlap <[email protected]> Date: Tue Aug 17 13:38:20 2010 -0300 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! [[email protected]: mingo sent me exactly the same patch. Fold his SOB on this one] Signed-off-by: Randy Dunlap <[email protected]> Signed-off-by: Ingo Molnar <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]> drivers/media/dvb/mantis/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- http://git.linuxtv.org/media-tree.git?a=commitdiff;h=3a057c36346f60bd0fb4fe7d7a68c4d931d8768f diff --git a/drivers/media/dvb/mantis/Kconfig b/drivers/media/dvb/mantis/Kconfig index decdeda..fd0830e 100644 --- a/drivers/media/dvb/mantis/Kconfig +++ b/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. _______________________________________________ linuxtv-commits mailing list [email protected] http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits
