OSDN Git Service

video: exynos: Ensure definitions match prototypes
authorMark Brown <broonie@linaro.org>
Tue, 2 Jul 2013 11:26:54 +0000 (12:26 +0100)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 30 Aug 2013 07:14:38 +0000 (10:14 +0300)
Ensure that the definitions of functions match the prototypes used by
other modules by including the header with the prototypes in the files
with the definitions.

Signed-off-by: Mark Brown <broonie@linaro.org>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/exynos/exynos_mipi_dsi_lowlevel.c

index 15c5abd..c148d06 100644 (file)
@@ -27,6 +27,7 @@
 #include <video/exynos_mipi_dsim.h>
 
 #include "exynos_mipi_dsi_regs.h"
+#include "exynos_mipi_dsi_lowlevel.h"
 
 void exynos_mipi_dsi_func_reset(struct mipi_dsim_device *dsim)
 {