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: 1517071 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 158B73FE80 for ; Fri, 28 Sep 2012 06:24:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751879Ab2I1GYg (ORCPT ); Fri, 28 Sep 2012 02:24:36 -0400 Received: from na3sys009aog132.obsmtp.com ([74.125.149.250]:34133 "EHLO na3sys009aog132.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751093Ab2I1GYg (ORCPT ); Fri, 28 Sep 2012 02:24:36 -0400 Received: from mail-la0-f46.google.com ([209.85.215.46]) (using TLSv1) by na3sys009aob132.postini.com ([74.125.148.12]) with SMTP ID DSNKUGVCoSeugsEQl7eCLVFCd1QAWdySMT10@postini.com; Thu, 27 Sep 2012 23:24:34 PDT Received: by lagh6 with SMTP id h6so858383lag.19 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=Pq5B/rMk/qklc/ZZg5bVOsTYU4YOe12k8jgJeAYy/AP+I8N6ZxluUxY7UyuEYMDJr9 4T0KGQcJPRpwXQaElW3Rb2WF9WA7J5gXkDGKvHOuupOzIyBbbIlxLEMhVIiMMiB7Xiep B0n2TtRezPjJ1dRj0RgMNDiACI6BP/omr/B9roVSG+pttur8JBe7eV+QGek1YLEFjnwv PYtnZ6CVBRSKmfxxNFnZ2jCNvKv1lSEeEcIZzHcMH8vQxeLP4nB1oQek9xID0a2nuERJ L3dn0+aD/hivv4XbRhUXtHTb4XVaEVUNIgGQGhMzptipIQfr1CnrO1u/+XhDFG4xmrpo cMDQ== 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 Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org 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: ALoCoQnJM5RXAIX2g/UJ7idDe6sKk85k78HrKwqaAe2MUlbuDpCAXZOiodxMoiJm4qIQxFTYfuk2 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.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