This is an automatic generated email to let you know that the following patch 
were queued at the 
http://git.linuxtv.org/v4l-dvb.git tree:

Subject: V4L/DVB: [-next] IR: jvc-decoder needs BITREVERSE
Author:  Randy Dunlap <[email protected]>
Date:    Wed Jul 7 20:41:15 2010 -0300

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 <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>

 drivers/media/IR/Kconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

---

http://git.linuxtv.org/v4l-dvb.git?a=commitdiff;h=26c9ff5ed8a3c724c92f604ef86ab4b69592accf

diff --git a/drivers/media/IR/Kconfig b/drivers/media/IR/Kconfig
index 44fbfab..e557ae0 100644
--- a/drivers/media/IR/Kconfig
+++ b/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---

_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to