diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/rc/ir-sanyo-decoder.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/rc/ir-sanyo-decoder.c b/drivers/media/rc/ir-sanyo-decoder.c index 164673071252..d38fbdd0b25a 100644 --- a/drivers/media/rc/ir-sanyo-decoder.c +++ b/drivers/media/rc/ir-sanyo-decoder.c | |||
@@ -21,6 +21,7 @@ | |||
21 | * Information for this protocol is available at the Sanyo LC7461 datasheet. | 21 | * Information for this protocol is available at the Sanyo LC7461 datasheet. |
22 | */ | 22 | */ |
23 | 23 | ||
24 | #include <linux/module.h> | ||
24 | #include <linux/bitrev.h> | 25 | #include <linux/bitrev.h> |
25 | #include "rc-core-priv.h" | 26 | #include "rc-core-priv.h" |
26 | 27 | ||