diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2011-11-24 08:47:51 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-11-24 12:13:09 -0200 |
commit | 2e962f4efa944d47bbfacdd7f93fb21a99272357 (patch) | |
tree | 89544549ee405858fb5c67d2159c15a8a62a519a /drivers/media/rc/ir-sanyo-decoder.c | |
parent | e469183541ac108fbc9bcf8e73c2061f049be620 (diff) | |
download | talos-op-linux-2e962f4efa944d47bbfacdd7f93fb21a99272357.tar.gz talos-op-linux-2e962f4efa944d47bbfacdd7f93fb21a99272357.zip |
[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.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 @@ * Information for this protocol is available at the Sanyo LC7461 datasheet. */ +#include <linux/module.h> #include <linux/bitrev.h> #include "rc-core-priv.h" |