From: Ingo Molnar Date: Tue, 24 Aug 2010 08:41:33 +0000 (+0200) Subject: V4L/DVB: mantis: Fix IR_CORE dependency X-Git-Tag: v2.6.36-rc3~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=577ba406e1cceac4776b095c83ee2896074a0327;p=pandora-kernel.git V4L/DVB: mantis: Fix IR_CORE dependency This build bug triggers: drivers/built-in.o: In function `mantis_exit': (.text+0x377413): undefined reference to `ir_input_unregister' drivers/built-in.o: In function `mantis_input_init': (.text+0x3774ff): undefined reference to `__ir_input_register' If MANTIS_CORE is enabled but IR_CORE is not. Add the correct dependency. Signed-off-by: Ingo Molnar Acked-by: Randy Dunlap Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed