projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e469183
)
[media] ir-sanyo-decoder.c doesn't compile
author
Hans Verkuil
<hverkuil@xs4all.nl>
Thu, 24 Nov 2011 11:47:51 +0000
(08:47 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Thu, 24 Nov 2011 14:13:09 +0000
(12:13 -0200)
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>
drivers/media/rc/ir-sanyo-decoder.c
patch
|
blob
|
history
diff --git
a/drivers/media/rc/ir-sanyo-decoder.c
b/drivers/media/rc/ir-sanyo-decoder.c
index 1646730712528d8e04ddacc24c674fc9f7ca6c74..d38fbdd0b25ab07db34dbc7cdd7f9b2a150b3149 100644
(file)
--- 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"