]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitfd9e998db19de91abae9f6cc4f05cefef119c672
treed24d62fd9c6386e6f006a0fbc48259585bfc51c5
parent2c0e59be5d4abe84399736b0121d88a26c08531d
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