From f35473e6f556b48ebf1a105ce27ed5ec1c81844b Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Fri, 9 Apr 2010 09:17:02 -0300 Subject: [PATCH] V4L/DVB: ir-core-priv: fix a typo for RC6 config option MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit As Adreas pointed, RC6 should use CONFIG_IR_RC6_DECODER_MODULE, instead of the RC5 config option. Thanks-to: Andreas Oberitter Acked-by: David Härdeman Signed-off-by: Mauro Carvalho Chehab --- drivers/media/IR/ir-core-priv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/IR/ir-core-priv.h b/drivers/media/IR/ir-core-priv.h index 59d5ed7e103..fb2622a24ed 100644 --- a/drivers/media/IR/ir-core-priv.h +++ b/drivers/media/IR/ir-core-priv.h @@ -109,7 +109,7 @@ void ir_raw_init(void); #endif /* from ir-rc6-decoder.c */ -#ifdef CONFIG_IR_RC5_DECODER_MODULE +#ifdef CONFIG_IR_RC6_DECODER_MODULE #define load_rc6_decode() request_module("ir-rc6-decoder") #else #define load_rc6_decode() 0 -- 2.41.0