From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754474AbcJTG7K (ORCPT ); Thu, 20 Oct 2016 02:59:10 -0400 Received: from mail-pf0-f172.google.com ([209.85.192.172]:35130 "EHLO mail-pf0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753960AbcJTG7I (ORCPT ); Thu, 20 Oct 2016 02:59:08 -0400 Date: Thu, 20 Oct 2016 12:29:04 +0530 From: Viresh Kumar To: Masahiro Yamada Cc: linux-pm@vger.kernel.org, Stephen Boyd , linux-kernel@vger.kernel.org, Nishanth Menon , Len Brown , Greg Kroah-Hartman , "Rafael J. Wysocki" , Pavel Machek , Viresh Kumar Subject: Re: [PATCH] PM / OPP: make _of_get_opp_desc_node a static function Message-ID: <20161020065904.GL11766@vireshk-i7> References: <1476945893-26998-1-git-send-email-yamada.masahiro@socionext.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1476945893-26998-1-git-send-email-yamada.masahiro@socionext.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 -- viresh