From mboxrd@z Thu Jan 1 00:00:00 1970 From: tomi.valkeinen@ti.com (Tomi Valkeinen) Date: Fri, 28 Sep 2012 09:24:26 +0300 Subject: [PATCH 1/6] OMAPDSS: remove unnecessary plat/clock.h includes In-Reply-To: <20120927163329.21755.34776.stgit@dusk.lan> References: <20120927162800.21755.62891.stgit@dusk.lan> <20120927163329.21755.34776.stgit@dusk.lan> Message-ID: <1348813466.2437.1.camel@deskari> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, 2012-09-27 at 10:33 -0600, Paul Walmsley wrote: > The OMAP DSS video drivers include but don't use any > information from that file. These includes are causing problems with > ARM single image kernels - remove them. > > Signed-off-by: Paul Walmsley > Cc: Tomi Valkeinen > --- > drivers/video/omap2/dss/dispc.c | 1 - > drivers/video/omap2/dss/dsi.c | 1 - > drivers/video/omap2/dss/dss.c | 1 - > 3 files changed, 3 deletions(-) Hi Paul. I already have the below patch in omapdss branch, and it's also in linux-next. Tomi commit fe6a466283cf1ced93360bd5f5055d6543021a6a Author: Tomi Valkeinen Date: Thu Aug 30 10:52:47 2012 +0300 OMAPDSS: remove unnecessary includes Remove unnecessary includes from omapdss. Signed-off-by: Tomi Valkeinen diff --git a/drivers/video/omap2/dss/dispc.c b/drivers/video/omap2/dss/dispc.c index 0de9a7e..e934abb 100644 --- a/drivers/video/omap2/dss/dispc.c +++ b/drivers/video/omap2/dss/dispc.c @@ -37,8 +37,6 @@ #include #include -#include - #include