commit | 13b1ba7de8d0ecc42e4f9c002d5b0c1a48f05e58 | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Fri Sep 28 10:03:03 2012 +0300 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Fri Sep 28 10:03:03 2012 +0300 |
tree | fa2c5844f910247ef10b38e6c431006c90fba618 | |
parent | 69036f0ccd9d48b4e999be4e98fa459430ec93b4 [diff] |
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>