From: Randy Dunlap <randy.dun...@oracle.com>

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 <randy.dun...@oracle.com>
Cc: Jarod Wilson <ja...@redhat.com>
Cc: David Härdeman <da...@hardeman.nu>
Cc: Mauro Carvalho Chehab <mche...@infradead.org>
---
 drivers/media/IR/Kconfig |    1 +
 1 file changed, 1 insertion(+)

--- linux-next-20100707.orig/drivers/media/IR/Kconfig
+++ linux-next-20100707/drivers/media/IR/Kconfig
@@ -53,6 +53,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---
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to