Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754539AbcC1FfL (ORCPT ); Mon, 28 Mar 2016 01:35:11 -0400 Received: from mail-pf0-f178.google.com ([209.85.192.178]:34365 "EHLO mail-pf0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753738AbcC1FfG (ORCPT ); Mon, 28 Mar 2016 01:35:06 -0400 Date: Mon, 28 Mar 2016 11:05:01 +0530 From: Viresh Kumar To: "Rafael J. Wysocki" Cc: Linux PM list , Juri Lelli , Steve Muckle , ACPI Devel Maling List , Linux Kernel Mailing List , Peter Zijlstra , Srinivas Pandruvada , Vincent Guittot , Michael Turquette , Ingo Molnar Subject: Re: [PATCH v6 5/7][Resend] cpufreq: Move governor symbols to cpufreq.h Message-ID: <20160328053501.GH32495@vireshk-i7> References: <7262976.zPkLj56ATU@vostro.rjw.lan> <1586499.XsEFRqGpvD@vostro.rjw.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1586499.XsEFRqGpvD@vostro.rjw.lan> 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 Content-Length: 719 Lines: 26 On 22-03-16, 02:51, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > Move definitions of symbols related to transition latency and > sampling rate to include/linux/cpufreq.h so they can be used by > (future) goverernors located outside of drivers/cpufreq/. s/goverernors/governors > > No functional changes. > > Signed-off-by: Rafael J. Wysocki > --- > > This patch was new in v4, no changes since then. > > --- > drivers/cpufreq/cpufreq_governor.h | 14 -------------- > include/linux/cpufreq.h | 14 ++++++++++++++ > 2 files changed, 14 insertions(+), 14 deletions(-) Acked-by: Viresh Kumar -- viresh