From mboxrd@z Thu Jan 1 00:00:00 1970 From: jg1.han@samsung.com (Jingoo Han) Date: Thu, 11 Apr 2013 14:07:02 +0900 Subject: [PATCH 12/30] video/exynos: remove unnecessary header inclusions In-Reply-To: <1365638712-1028578-13-git-send-email-arnd@arndb.de> References: <1365638712-1028578-1-git-send-email-arnd@arndb.de> <1365638712-1028578-13-git-send-email-arnd@arndb.de> Message-ID: <003201ce3672$66f72e50$34e58af0$%han@samsung.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thursday, April 11, 2013 9:05 AM, Arnd Bergmann wrote: > > In multiplatform configurations, we cannot include headers > provided by only the exynos platform. Fortunately a number > of drivers that include those headers do not actually need > them, so we can just remove the inclusions. > > Signed-off-by: Arnd Bergmann > Cc: linux-fbdev at vger.kernel.org > Cc: Jingoo Han CC'ed Tomi Valkeinen, Inki Dae, Donghwa Lee, Kyungmin Park Acked-by: Jingoo Han Best regards, Jingoo Han > --- > drivers/video/exynos/exynos_mipi_dsi.c | 2 -- > drivers/video/exynos/exynos_mipi_dsi_common.c | 2 -- > drivers/video/exynos/exynos_mipi_dsi_lowlevel.c | 2 -- > 3 files changed, 6 deletions(-) > > diff --git a/drivers/video/exynos/exynos_mipi_dsi.c b/drivers/video/exynos/exynos_mipi_dsi.c > index fac7df6..3dd43ca 100644 > --- a/drivers/video/exynos/exynos_mipi_dsi.c > +++ b/drivers/video/exynos/exynos_mipi_dsi.c > @@ -35,8 +35,6 @@ > > #include