From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756915AbcBRGJb (ORCPT ); Thu, 18 Feb 2016 01:09:31 -0500 Received: from mail-pa0-f52.google.com ([209.85.220.52]:34627 "EHLO mail-pa0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756842AbcBRGJ3 (ORCPT ); Thu, 18 Feb 2016 01:09:29 -0500 Date: Thu, 18 Feb 2016 11:39:16 +0530 From: Viresh Kumar To: "Rafael J. Wysocki" Cc: Linux PM list , Linux Kernel Mailing List Subject: Re: [PATCH 10/12] cpufreq: governor: Relocate definitions of tuners structures Message-ID: <20160218060916.GP2610@vireshk-i7> References: <2938006.67J0esUvOA@vostro.rjw.lan> <1878988.D1d202zxB7@vostro.rjw.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1878988.D1d202zxB7@vostro.rjw.lan> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 18-02-16, 02:32, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > Move the definitions of struct od_dbs_tuners and struct cs_dbs_tuners > from the common governor header to the ondemand and conservative > governor code, respectively, as they don't need to be in the common > header any more. > > No functional changes. > > Signed-off-by: Rafael J. Wysocki > --- > drivers/cpufreq/cpufreq_conservative.c | 5 +++++ > drivers/cpufreq/cpufreq_governor.h | 10 ---------- > drivers/cpufreq/cpufreq_ondemand.c | 4 ++++ > 3 files changed, 9 insertions(+), 10 deletions(-) Acked-by: Viresh Kumar -- viresh