aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2011-11-24 06:47:51 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-11-24 09:13:09 -0500
commit2e962f4efa944d47bbfacdd7f93fb21a99272357 (patch)
tree89544549ee405858fb5c67d2159c15a8a62a519a
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>
-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 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