From: Randy Dunlap Date: Wed, 7 Jul 2010 23:41:15 +0000 (-0300) Subject: V4L/DVB: IR: jvc-decoder needs BITREVERSE X-Git-Tag: v2.6.36-rc1~582^2~75 X-Git-Url: http://bbs.cooldavid.org/git/?a=commitdiff_plain;h=f9839da0513b4f13a137a07a9362ea5b02897bd7;p=net-next-2.6.git V4L/DVB: IR: jvc-decoder needs BITREVERSE ir-jvc-decoder uses bitreverse interfaces, so it should select BITREVERSE. ir-jvc-decoder.c:(.text+0x550bc): undefined reference to `byte_rev_table' ir-jvc-decoder.c:(.text+0x550c6): undefined reference to `byte_rev_table' Signed-off-by: Randy Dunlap Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/IR/Kconfig b/drivers/media/IR/Kconfig index 40094c007ac..999a8250b3c 100644 --- a/drivers/media/IR/Kconfig +++ b/drivers/media/IR/Kconfig @@ -54,6 +54,7 @@ config IR_RC6_DECODER config IR_JVC_DECODER tristate "Enable IR raw decoder for the JVC protocol" depends on IR_CORE + select BITREVERSE default y ---help---