diff options
author | Mark Brown <broonie@linaro.org> | 2013-07-02 15:26:54 +0400 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2013-08-30 11:14:38 +0400 |
commit | 05e2190eaeb5b1a8c561cf094f7270261c080ee3 (patch) | |
tree | 086e8fe208df8cadd594ce314a3acdc8b81faf80 /drivers/video/exynos | |
parent | 3825ce5a9bb6ac1f847828ba2b283c9c7aa77eb6 (diff) | |
download | linux-05e2190eaeb5b1a8c561cf094f7270261c080ee3.tar.xz |
video: exynos: Ensure definitions match prototypes
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>
Diffstat (limited to 'drivers/video/exynos')
-rw-r--r-- | drivers/video/exynos/exynos_mipi_dsi_lowlevel.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/exynos/exynos_mipi_dsi_lowlevel.c b/drivers/video/exynos/exynos_mipi_dsi_lowlevel.c index 15c5abd408dc..c148d06540c1 100644 --- a/drivers/video/exynos/exynos_mipi_dsi_lowlevel.c +++ b/drivers/video/exynos/exynos_mipi_dsi_lowlevel.c @@ -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) { |