From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Boyd Subject: Re: [PATCH 07/10] ARM: msm: Remove clock-7x30.h include file Date: Wed, 26 Sep 2012 11:18:21 -0700 Message-ID: <506346ED.3020900@codeaurora.org> References: <1348194419-11486-1-git-send-email-sboyd@codeaurora.org> <1348194419-11486-8-git-send-email-sboyd@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from wolverine01.qualcomm.com ([199.106.114.254]:27675 "EHLO wolverine01.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757739Ab2IZSSj (ORCPT ); Wed, 26 Sep 2012 14:18:39 -0400 In-Reply-To: Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: Pankaj Jangra Cc: David Brown , Daniel Walker , Bryan Huntsman , linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Saravana Kannan On 09/26/12 10:51, Pankaj Jangra wrote: > On Fri, Sep 21, 2012 at 7:56 AM, Stephen Boyd wrote: >> diff --git a/arch/arm/mach-msm/devices-msm7x30.c b/arch/arm/mach-msm/devices-msm7x30.c >> index 09b4f14..1597d43 100644 >> --- a/arch/arm/mach-msm/devices-msm7x30.c >> +++ b/arch/arm/mach-msm/devices-msm7x30.c >> @@ -146,7 +146,6 @@ struct clk_lookup msm_clocks_7x30[] = { >> CLK_PCOM("grp_2d_pclk", GRP_2D_P_CLK, NULL, 0), >> CLK_PCOM("grp_clk", GRP_3D_CLK, NULL, 0), >> CLK_PCOM("grp_pclk", GRP_3D_P_CLK, NULL, 0), >> - CLK_7X30S("grp_src_clk", GRP_3D_SRC_CLK, GRP_3D_CLK, NULL, 0), >> CLK_PCOM("hdmi_clk", HDMI_CLK, NULL, 0), >> CLK_PCOM("imem_clk", IMEM_CLK, NULL, OFF), > I suppose you forget to remove the include header clock-7x30.h from > this file. :) Thanks, fixed. BTW, you could have trimmed this mail down so I didn't have to scroll to the bottom. -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation