aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/media/IR/ir-core-priv.h2
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