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:
35f7093
)
OMAPDSS: add missing sizes.h includes
author
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Fri, 28 Sep 2012 10:54:35 +0000
(13:54 +0300)
committer
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Wed, 17 Oct 2012 08:57:08 +0000
(11:57 +0300)
When compiling on x86, we get compilation errors for dss.c and dispc.c:
drivers/video/omap2/dss/dispc.c:126:11: error: ‘SZ_4K’ undeclared here
(not in a function)
include <linux/sizes.h> to fix compilation.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
No differences found