From patchwork Wed Jun 19 16:34:56 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Boyd X-Patchwork-Id: 2750681 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id B0353C0AB1 for ; Wed, 19 Jun 2013 16:56:57 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id A996320225 for ; Wed, 19 Jun 2013 16:56:56 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 662BC201DA for ; Wed, 19 Jun 2013 16:56:55 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UpLN9-0002zO-25; Wed, 19 Jun 2013 16:36:40 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UpLLt-0007je-GS; Wed, 19 Jun 2013 16:35:21 +0000 Received: from smtp.codeaurora.org ([198.145.11.231]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UpLLq-0007ir-1K for linux-arm-kernel@lists.infradead.org; Wed, 19 Jun 2013 16:35:19 +0000 Received: from smtp.codeaurora.org (localhost [127.0.0.1]) by smtp.codeaurora.org (Postfix) with ESMTP id 3396C13F07A; Wed, 19 Jun 2013 16:34:57 +0000 (UTC) Received: by smtp.codeaurora.org (Postfix, from userid 486) id 24C6613F092; Wed, 19 Jun 2013 16:34:57 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Spam-Level: X-Spam-Status: No, score=-5.5 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 Received: from localhost (i-global252.qualcomm.com [199.106.103.252]) (using SSLv3 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: sboyd@smtp.codeaurora.org) by smtp.codeaurora.org (Postfix) with ESMTPSA id AA9C513F083; Wed, 19 Jun 2013 16:34:56 +0000 (UTC) Date: Wed, 19 Jun 2013 09:34:56 -0700 From: Stephen Boyd To: David Brown , Daniel Walker , Bryan Huntsman Subject: Re: [PATCH/RESEND 11/12] ARM: msm: Make proc_comm clock control into a platform driver Message-ID: <20130619163456.GB6300@codeaurora.org> References: <1371490999-15501-1-git-send-email-sboyd@codeaurora.org> <1371490999-15501-12-git-send-email-sboyd@codeaurora.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1371490999-15501-12-git-send-email-sboyd@codeaurora.org> User-Agent: Mutt/1.5.20 (2009-06-14) X-Virus-Scanned: ClamAV using ClamSMTP X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130619_123518_143740_04615F8F X-CRM114-Status: GOOD ( 15.41 ) X-Spam-Score: -3.2 (---) Cc: linux-arm-msm@vger.kernel.org, Saravana Kannan , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP On 06/17, Stephen Boyd wrote: > diff --git a/arch/arm/mach-msm/devices.h b/arch/arm/mach-msm/devices.h > index da902cf..dccefad 100644 > --- a/arch/arm/mach-msm/devices.h > +++ b/arch/arm/mach-msm/devices.h > @@ -16,10 +16,6 @@ > #ifndef __ARCH_ARM_MACH_MSM_DEVICES_H > #define __ARCH_ARM_MACH_MSM_DEVICES_H > > -#include > - > -#include "clock.h" > - This removal causes a build failure on 7x30/8x50. Please squash in this small fixup when applying. ---8<----- diff --git a/arch/arm/mach-msm/devices-msm7x30.c b/arch/arm/mach-msm/devices-msm7x30.c index be45136..d4db75a 100644 --- a/arch/arm/mach-msm/devices-msm7x30.c +++ b/arch/arm/mach-msm/devices-msm7x30.c @@ -28,6 +28,7 @@ #include +#include "clock.h" #include "clock-pcom.h" #include diff --git a/arch/arm/mach-msm/devices-qsd8x50.c b/arch/arm/mach-msm/devices-qsd8x50.c index 3fd8f88..f551811 100644 --- a/arch/arm/mach-msm/devices-qsd8x50.c +++ b/arch/arm/mach-msm/devices-qsd8x50.c @@ -28,6 +28,7 @@ #include #include +#include "clock.h" #include "clock-pcom.h" static struct resource msm_gpio_resources[] = {