From: Tomi Valkeinen Date: Fri, 28 Sep 2012 10:54:35 +0000 (+0300) Subject: OMAPDSS: add missing sizes.h includes X-Git-Tag: firefly_0821_release~3680^2~1437^2^2~75^2~2 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=33366d0e8be06b980784c732ebace26de08e6679;p=firefly-linux-kernel-4.4.55.git 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 to fix compilation. Signed-off-by: Tomi Valkeinen --- diff --git a/drivers/video/omap2/dss/dispc.c b/drivers/video/omap2/dss/dispc.c index a5ab354f267a..c32ec4ae8b4d 100644 --- a/drivers/video/omap2/dss/dispc.c +++ b/drivers/video/omap2/dss/dispc.c @@ -36,6 +36,7 @@ #include #include #include +#include #include