> -----Original Message----- > From: [email protected] [mailto:linux-fbdev- > [email protected]] On Behalf Of Mark Brown > Sent: Tuesday, July 02, 2013 8:27 PM > To: Tomi Valkeinen; Jingoo Han > Cc: [email protected]; [email protected]; > [email protected]; Mark Brown > Subject: [PATCH] video: exynos: Ensure definitions match prototypes > > From: Mark Brown <[email protected]> > > 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. >
Is there some functions being used by other modules? And what problem can be incurred without this patch? Thanks, Inki Dae > Signed-off-by: Mark Brown <[email protected]> > --- > drivers/video/exynos/exynos_mipi_dsi_lowlevel.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/video/exynos/exynos_mipi_dsi_lowlevel.c > b/drivers/video/exynos/exynos_mipi_dsi_lowlevel.c > index 15c5abd..c148d06 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) > { > -- > 1.8.3.1 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-fbdev" in > the body of a message to [email protected] > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
