From: Tomi Valkeinen Date: Tue, 8 Nov 2011 07:54:50 +0000 (+0200) Subject: OMAPFB: fix compilation warnings due to missing include X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1c6bc899723ca8c0d58044c3661f13ac2369e55f;p=linux-beck.git OMAPFB: fix compilation warnings due to missing include Fix warnings similar to this by including module.h: drivers/video/omap/dispc.c:276:1: warning: data definition has no type or storage class drivers/video/omap/dispc.c:276:1: warning: type defaults to 'int' in declaration of 'EXPORT_SYMBOL' Signed-off-by: Tomi Valkeinen --- diff --git a/drivers/video/omap/dispc.c b/drivers/video/omap/dispc.c index 0ccd7adf47bb..6f61e781f15a 100644 --- a/drivers/video/omap/dispc.c +++ b/drivers/video/omap/dispc.c @@ -19,6 +19,7 @@ * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include +#include #include #include #include