From patchwork Thu Sep 27 16:33:30 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Walmsley X-Patchwork-Id: 1515131 Return-Path: X-Original-To: patchwork-linux-omap@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id A73A03FC71 for ; Thu, 27 Sep 2012 16:35:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751828Ab2I0Qf5 (ORCPT ); Thu, 27 Sep 2012 12:35:57 -0400 Received: from utopia.booyaka.com ([74.50.51.50]:46746 "EHLO utopia.booyaka.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751270Ab2I0Qfz (ORCPT ); Thu, 27 Sep 2012 12:35:55 -0400 Received: (qmail 24850 invoked by uid 1019); 27 Sep 2012 16:35:54 -0000 MBOX-Line: From nobody Thu Sep 27 10:33:30 2012 Subject: [PATCH 1/6] OMAPDSS: remove unnecessary plat/clock.h includes To: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org From: Paul Walmsley Cc: Tomi Valkeinen Date: Thu, 27 Sep 2012 10:33:30 -0600 Message-ID: <20120927163329.21755.34776.stgit@dusk.lan> In-Reply-To: <20120927162800.21755.62891.stgit@dusk.lan> References: <20120927162800.21755.62891.stgit@dusk.lan> User-Agent: StGit/0.16-37-g27ac3 MIME-Version: 1.0 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.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(-) -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html 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