aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/IR/ir-rc5-decoder.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/IR/ir-rc5-decoder.c')
-rw-r--r--drivers/media/IR/ir-rc5-decoder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/IR/ir-rc5-decoder.c b/drivers/media/IR/ir-rc5-decoder.c
index 1d0857b69089..d8f0760890fa 100644
--- a/drivers/media/IR/ir-rc5-decoder.c
+++ b/drivers/media/IR/ir-rc5-decoder.c
@@ -19,7 +19,7 @@
19 * the first two bits are start bits, and a third one is a filing bit 19 * the first two bits are start bits, and a third one is a filing bit
20 */ 20 */
21 21
22#include <media/ir-core.h> 22#include "ir-core-priv.h"
23 23
24#define RC5_NBITS 14 24#define RC5_NBITS 14
25#define RC5_UNIT 888888 /* ns */ 25#define RC5_UNIT 888888 /* ns */