From mboxrd@z Thu Jan 1 00:00:00 1970 From: paul@pwsan.com (Paul Walmsley) Date: Thu, 27 Sep 2012 10:33:30 -0600 Subject: [PATCH 1/6] OMAPDSS: remove unnecessary plat/clock.h includes In-Reply-To: <20120927162800.21755.62891.stgit@dusk.lan> References: <20120927162800.21755.62891.stgit@dusk.lan> Message-ID: <20120927163329.21755.34776.stgit@dusk.lan> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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(-) diff --git a/drivers/video/omap2/dss/dispc.c b/drivers/video/omap2/dss/dispc.c index ee9e296..17fcb94 100644 --- a/drivers/video/omap2/dss/dispc.c +++ b/drivers/video/omap2/dss/dispc.c @@ -38,7 +38,6 @@ #include #include -#include #include