OMAPFB: fix compilation warnings due to missing include
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 8 Nov 2011 07:54:50 +0000 (09:54 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 18 Nov 2011 08:09:17 +0000 (10:09 +0200)
commit1c6bc899723ca8c0d58044c3661f13ac2369e55f
treed24d62fd9c6386e6f006a0fbc48259585bfc51c5
parentef319c6e095676e0247fd24ef8ff7f085c19744f
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 <tomi.valkeinen@ti.com>
drivers/video/omap/dispc.c