diff options
Diffstat (limited to 'drivers/media/rc/ir-rc5-decoder.c')
-rw-r--r-- | drivers/media/rc/ir-rc5-decoder.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/rc/ir-rc5-decoder.c b/drivers/media/rc/ir-rc5-decoder.c index 572ed4ca8c68..c07f6e0bb962 100644 --- a/drivers/media/rc/ir-rc5-decoder.c +++ b/drivers/media/rc/ir-rc5-decoder.c | |||
@@ -20,7 +20,7 @@ | |||
20 | * the first two bits are start bits, and a third one is a filing bit | 20 | * the first two bits are start bits, and a third one is a filing bit |
21 | */ | 21 | */ |
22 | 22 | ||
23 | #include "ir-core-priv.h" | 23 | #include "rc-core-priv.h" |
24 | 24 | ||
25 | #define RC5_NBITS 14 | 25 | #define RC5_NBITS 14 |
26 | #define RC5X_NBITS 20 | 26 | #define RC5X_NBITS 20 |