From mboxrd@z Thu Jan 1 00:00:00 1970 From: Inki Dae Subject: RE: [PATCH] video: exynos: Ensure definitions match prototypes Date: Tue, 02 Jul 2013 21:30:31 +0900 Message-ID: <008b01ce771f$f15082c0$d3f18840$%dae@samsung.com> References: <1372764414-9102-1-git-send-email-broonie@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailout3.samsung.com ([203.254.224.33]:62024 "EHLO mailout3.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750769Ab3GBMad (ORCPT ); Tue, 2 Jul 2013 08:30:33 -0400 In-reply-to: <1372764414-9102-1-git-send-email-broonie@kernel.org> Content-language: ko Sender: linux-samsung-soc-owner@vger.kernel.org List-Id: linux-samsung-soc@vger.kernel.org To: 'Mark Brown' , 'Tomi Valkeinen' , 'Jingoo Han' Cc: linux-fbdev@vger.kernel.org, linux-samsung-soc@vger.kernel.org, linaro-kernel@lists.linaro.org, 'Mark Brown' > -----Original Message----- > From: linux-fbdev-owner@vger.kernel.org [mailto:linux-fbdev- > owner@vger.kernel.org] On Behalf Of Mark Brown > Sent: Tuesday, July 02, 2013 8:27 PM > To: Tomi Valkeinen; Jingoo Han > Cc: linux-fbdev@vger.kernel.org; linux-samsung-soc@vger.kernel.org; > linaro-kernel@lists.linaro.org; Mark Brown > Subject: [PATCH] video: exynos: Ensure definitions match prototypes > > From: Mark Brown > > 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 > --- > 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