From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Subject: Re: [PATCH v2 1/5] omap2plus: clockdomain: Trivial fix for build break because of clktrctrl_mask Date: Fri, 07 Jan 2011 13:05:28 -0800 Message-ID: <874o9ko25j.fsf@ti.com> References: <1294225024-21857-1-git-send-email-santosh.shilimkar@ti.com> <87fwt7z1p3.fsf@ti.com> <87ipy1vqdi.fsf@ti.com> <3f76fc53e9b50d75480bcfe1d2b6312e@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from na3sys009aog110.obsmtp.com ([74.125.149.203]:49252 "EHLO na3sys009aog110.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751176Ab1AGVFd (ORCPT ); Fri, 7 Jan 2011 16:05:33 -0500 Received: by mail-yx0-f171.google.com with SMTP id 11so6838911yxi.16 for ; Fri, 07 Jan 2011 13:05:33 -0800 (PST) In-Reply-To: <3f76fc53e9b50d75480bcfe1d2b6312e@mail.gmail.com> (Rajendra Nayak's message of "Fri, 7 Jan 2011 14:10:50 +0530") Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Rajendra Nayak Cc: Paul Walmsley , Santosh Shilimkar , linux-omap@vger.kernel.org, tony@atomide.com, linux-arm-kernel@lists.infradead.org Rajendra Nayak writes: [...] > Just another trivial fix. > > From bb46b74d2b0ab3d35e72b760da7e123a891e6813 Mon Sep 17 00:00:00 2001 > From: Rajendra Nayak > Date: Fri, 7 Jan 2011 14:07:25 +0530 > Subject: [PATCH] OMAP: powerdomain: remove unused func declaration > > Trivial fix to remove the unused function declaration > from the powerdomain header. > > Signed-off-by: Rajendra Nayak > --- > arch/arm/mach-omap2/powerdomain.h | 1 - > 1 files changed, 0 insertions(+), 1 deletions(-) > > diff --git a/arch/arm/mach-omap2/powerdomain.h > b/arch/arm/mach-omap2/powerdomain.h > index c66431e..0b7a357 100644 > --- a/arch/arm/mach-omap2/powerdomain.h > +++ b/arch/arm/mach-omap2/powerdomain.h > @@ -165,7 +165,6 @@ struct pwrdm_ops { > int (*pwrdm_wait_transition)(struct powerdomain *pwrdm); > }; > > -void pwrdm_fw_init(void); > void pwrdm_init(struct powerdomain **pwrdm_list, struct pwrdm_ops > *custom_funcs); Note this is line-wrapped. Looks like you need to get get-send-email setup so you can avoid having the patch sending problems. > > struct powerdomain *pwrdm_lookup(const char *name); In any case, with Paul's ack, I can queue this with the others. Kevin