]> git.baikalelectronics.ru Git - kernel.git/commit
OMAPDSS: add missing include for string.h
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 28 Sep 2012 07:03:03 +0000 (10:03 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 28 Sep 2012 07:03:03 +0000 (10:03 +0300)
commit6061beade54fe80c586de7e109e60e87c8f3a08b
treefa2c5844f910247ef10b38e6c431006c90fba618
parent91bd2d6590cf530c1766ea87a099f2e34009c80c
OMAPDSS: add missing include for string.h

Both dpi.c and sdi.c use strcmp(), but do not include string.h. With
some Kconfig options string.h is included implicitly, but with some
other the compilation fails:

drivers/video/omap2/dss/dpi.c:407:5: error: implicit declaration of
function 'strcmp'

Include string.h in both dpi.c and sdi.c

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/omap2/dss/dpi.c
drivers/video/omap2/dss/sdi.c