diff mbox

[-next] IR: jvc-decoder needs BITREVERSE

Message ID 20100707164115.1682b172.randy.dunlap@oracle.com (mailing list archive)
State Accepted
Headers show

Commit Message

Randy Dunlap July 7, 2010, 11:41 p.m. UTC
None
diff mbox

Patch

--- 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---