From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Rafael J. Wysocki" Subject: Re: [PATCH] PM / OPP: make _of_get_opp_desc_node a static function Date: Mon, 14 Nov 2016 01:22:30 +0100 Message-ID: <2766734.vM5WhbhWxb@vostro.rjw.lan> References: <1476945893-26998-1-git-send-email-yamada.masahiro@socionext.com> <20161020065904.GL11766@vireshk-i7> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7Bit Return-path: In-Reply-To: <20161020065904.GL11766@vireshk-i7> Sender: linux-kernel-owner@vger.kernel.org To: Viresh Kumar , Masahiro Yamada Cc: linux-pm@vger.kernel.org, Stephen Boyd , linux-kernel@vger.kernel.org, Nishanth Menon , Len Brown , Greg Kroah-Hartman , Pavel Machek , Viresh Kumar List-Id: linux-pm@vger.kernel.org On Thursday, October 20, 2016 12:29:04 PM Viresh Kumar wrote: > On 20-10-16, 15:44, Masahiro Yamada wrote: > > Since commit f47b72a15a96 ("PM / OPP: Move CONFIG_OF dependent code > > in a separate file"), this function is defined and called only in > > drivers/base/power/opp/of.c . > > > > Signed-off-by: Masahiro Yamada > > --- > > > > drivers/base/power/opp/of.c | 2 +- > > drivers/base/power/opp/opp.h | 1 - > > 2 files changed, 1 insertion(+), 2 deletions(-) > > > > Acked-by: Viresh Kumar Applied. Thanks, Rafael