commit | 33366d0e8be06b980784c732ebace26de08e6679 | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Fri Sep 28 13:54:35 2012 +0300 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Wed Oct 17 11:57:08 2012 +0300 |
tree | b0e2175ec86fca20eb4b888b926c9c87a3c09fda | |
parent | 35f70935c64ae229ebd1fc65398ec68d4d803712 [diff] |
OMAPDSS: add missing sizes.h includes 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>