diff options
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); #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 |