mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-15 01:24:33 +00:00
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>
This commit is contained in:
parent
af9d9cfd54
commit
f35473e6f5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user