aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/rc/ir-sanyo-decoder.c
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2011-11-24 08:47:51 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-11-24 12:13:09 -0200
commit2e962f4efa944d47bbfacdd7f93fb21a99272357 (patch)
tree89544549ee405858fb5c67d2159c15a8a62a519a /drivers/media/rc/ir-sanyo-decoder.c
parente469183541ac108fbc9bcf8e73c2061f049be620 (diff)
[media] ir-sanyo-decoder.c doesn't compile
I get this error when compiling for_v3.3: There is a include <linux/module.h> missing. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/rc/ir-sanyo-decoder.c')
-rw-r--r--drivers/media/rc/ir-sanyo-decoder.c1
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 16467307125..d38fbdd0b25 100644
--- a/drivers/media/rc/ir-sanyo-decoder.c
+++ b/drivers/media/rc/ir-sanyo-decoder.c
@@ -21,6 +21,7 @@
* Information for this protocol is available at the Sanyo LC7461 datasheet.
*/
+#include <linux/module.h>
#include <linux/bitrev.h>
#include "rc-core-priv.h"