From patchwork Fri Sep 28 06:24:26 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tomi Valkeinen X-Patchwork-Id: 1517081 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork1.kernel.org (Postfix) with ESMTP id 98AEB3FE80 for ; Fri, 28 Sep 2012 06:28:09 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1THU0B-0005y1-6i; Fri, 28 Sep 2012 06:24:43 +0000 Received: from na3sys009aog122.obsmtp.com ([74.125.149.147]) by merlin.infradead.org with smtps (Exim 4.76 #1 (Red Hat Linux)) id 1THU04-0005xn-99 for linux-arm-kernel@lists.infradead.org; Fri, 28 Sep 2012 06:24:37 +0000 Received: from mail-la0-f49.google.com ([209.85.215.49]) (using TLSv1) by na3sys009aob122.postini.com ([74.125.148.12]) with SMTP ID DSNKUGVCoSeugsEQl7eCLVFCd1QAWdySMT10@postini.com; Thu, 27 Sep 2012 23:24:36 PDT Received: by lagz14 with SMTP id z14so842234lag.36 for ; Thu, 27 Sep 2012 23:24:32 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=message-id:subject:from:to:cc:date:in-reply-to:references :content-type:x-mailer:mime-version:x-gm-message-state; bh=LWrZYayPqFq2uLFWO/kSA/RTJZYU52LRL5J506lyznw=; b=RzEY1nIpN6qGheN1uZ4AVtpaC4o2Sb6pQ/jTp7yOsi13YuPMDbejSzOy9YIwLVvCAL XoUIqshWBb+RBKeaFGj+I6gPoi8fBlN9b1HU2oZquH6TZo2P1h/RLwoe75gCr3yR69S4 r3SQgNeMVmC6FCzEljaZ7qWZYTbnEwxkapo3471UBlRJ3Tqgz0BKdyk4hDir7zAm9kMN 9J939PTQuMNk/m42Kpd0aq5IvWozhXNuIPmbfeuUpMQW+3D8WycUeOM9FwyaTgBayOH5 CXF9KMNcz02otscqGS/7EAE5vt4yaYeNW9hgLcKBiYvEpBQIQntaP+6M8t8KGbhFr8E+ w+1w== Received: by 10.152.113.165 with SMTP id iz5mr4969220lab.48.1348813472381; Thu, 27 Sep 2012 23:24:32 -0700 (PDT) Received: from [192.168.1.3] (a91-156-160-115.elisa-laajakaista.fi. [91.156.160.115]) by mx.google.com with ESMTPS id gd18sm2228608lab.1.2012.09.27.23.24.30 (version=SSLv3 cipher=OTHER); Thu, 27 Sep 2012 23:24:31 -0700 (PDT) Message-ID: <1348813466.2437.1.camel@deskari> Subject: Re: [PATCH 1/6] OMAPDSS: remove unnecessary plat/clock.h includes From: Tomi Valkeinen To: Paul Walmsley Date: Fri, 28 Sep 2012 09:24:26 +0300 In-Reply-To: <20120927163329.21755.34776.stgit@dusk.lan> References: <20120927162800.21755.62891.stgit@dusk.lan> <20120927163329.21755.34776.stgit@dusk.lan> X-Mailer: Evolution 3.2.3-0ubuntu6 Mime-Version: 1.0 X-Gm-Message-State: ALoCoQnHoryJPhkH+tFjHUC3u/2P/MB9RFM5N9F7BqODwmouFEoaL6ZfP5qouwq1ZKhO4CT3MFJf X-Spam-Note: CRM114 invocation failed X-Spam-Score: -4.2 (----) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-4.2 points) pts rule name description ---- ---------------------- -------------------------------------------------- -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at http://www.dnswl.org/, medium trust [74.125.149.147 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@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