git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5412870
)
OMAPDSS: picodlp: add missing #include <linux/module.h>
author
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Tue, 4 Oct 2011 08:39:38 +0000
(11:39 +0300)
committer
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Tue, 4 Oct 2011 08:45:29 +0000
(11:45 +0300)
Compiling panel-picodlp.c failed with:
drivers/video/omap2/displays/panel-picodlp.c:560:12: error:
'THIS_MODULE' undeclared here (not in a function)
Add #include <linux/module.h> to get THIS_MODULE definition.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
No differences found