diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-04-09 08:17:02 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-05-19 11:57:36 -0400 |
commit | f35473e6f556b48ebf1a105ce27ed5ec1c81844b (patch) | |
tree | 38b1a9618bb4ec5ab7abbac11d48defb37f0cbe9 /drivers/media/IR | |
parent | af9d9cfd54091e8916b8892aaf40812345aac6d3 (diff) |
V4L/DVB: ir-core-priv: fix a typo for RC6 config option
As Adreas pointed, RC6 should use CONFIG_IR_RC6_DECODER_MODULE, instead
of the RC5 config option.
Thanks-to: Andreas Oberitter <obi@linuxtv.org>
Acked-by: David Härdeman <david@hardeman.nu>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/IR')
-rw-r--r-- | drivers/media/IR/ir-core-priv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/IR/ir-core-priv.h b/drivers/media/IR/ir-core-priv.h index 59d5ed7e103e..fb2622a24ed8 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); | |||
109 | #endif | 109 | #endif |
110 | 110 | ||
111 | /* from ir-rc6-decoder.c */ | 111 | /* from ir-rc6-decoder.c */ |
112 | #ifdef CONFIG_IR_RC5_DECODER_MODULE | 112 | #ifdef CONFIG_IR_RC6_DECODER_MODULE |
113 | #define load_rc6_decode() request_module("ir-rc6-decoder") | 113 | #define load_rc6_decode() request_module("ir-rc6-decoder") |
114 | #else | 114 | #else |
115 | #define load_rc6_decode() 0 | 115 | #define load_rc6_decode() 0 |