Path: csiph.com!news.freedyn.net!aioe.org!bofh.it!news.nic.it!robomod From: Viresh Kumar Newsgroups: linux.kernel Subject: Re: [PATCH 4/12] cpufreq: governor: Drop unused governor callback and data fields Date: Thu, 18 Feb 2016 06:40:02 +0100 Message-ID: References: X-Original-To: "Rafael J. Wysocki" Dkim-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=ce2iE8TPymQMxxhIQTl5hu6Op/wggNk+x/yrFu9wuW8=; b=joQx9C2a3tjYVneFoxKUqMoi5/3VXzT5gwGHcErh72V/ofQr2RWcMBM4oQIcCsoB1W 6RFPjKjgUXcT1uXsRmLZrrI/bSXrDg1pcA/rpgmKBZ6upQH1oRYSfB3+E3kTVGAkSIHo 2VQpvEtpyuGFikTlfTq5l9B3IVe4MIIXBJ3vg= X-Google-Dkim-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=ce2iE8TPymQMxxhIQTl5hu6Op/wggNk+x/yrFu9wuW8=; b=YYnLFr5I0gtlIqk7PqSJ/o3+piThKLUh5x7TkTElQ6dyg8PHcA02K1Cj68ixZAGOAJ yQ/HZCVhVb5OLrp+kTN2OZRrPs5FGZ6E30vshrAii+dzKcOunrXqSw6yXxEBiocdJUzj 9fJ1mKitI5Xo9DjHMonU0hhCnC1dc3Q/K6gfu+KnaOuCu6XD36LQRuu42wpDf7HKEqsD YTlDxEQRt1NvvzBI2yaus+XBLBuXySqu47TFQl0u3QEVJrBR7UVL3tcVjrindV2oEB3G 44XM3gjzg2nkB6DTE2fXNltyn3sDeMKUER7JrHkNnNcavBUbbb9omMpGUMpQAbDapkP0 LiUw== X-Gm-Message-State: AG10YOT7mlA8Gj0+wvv3lnLq54bBT9LFtN68BEFuEdHpiqEdQxrF9pMR4QvqIDbc80+ZK5Tj X-Received: by 10.98.66.138 with SMTP id h10mr7631640pfd.89.1455773873980; Wed, 17 Feb 2016 21:37:53 -0800 (PST) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) Sender: robomod@news.nic.it List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Approved: robomod@news.nic.it Lines: 23 Organization: linux.* mail to news gateway X-Original-Cc: Linux PM list , Linux Kernel Mailing List X-Original-Date: Thu, 18 Feb 2016 11:07:41 +0530 X-Original-Message-ID: <20160218053741.GJ2610@vireshk-i7> X-Original-References: <2938006.67J0esUvOA@vostro.rjw.lan> <2775883.U0xits96un@vostro.rjw.lan> X-Original-Sender: linux-kernel-owner@vger.kernel.org Xref: csiph.com linux.kernel:1337059 On 18-02-16, 02:22, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > After some previous changes, the ->get_cpu_dbs_info_s governor > callback and the "governor" field in struct dbs_governor (whose > value represents the governor type) are not used any more, so > drop them. > > Also drop the unused gov_ops field from struct dbs_governor. > > No functional changes. > > Signed-off-by: Rafael J. Wysocki > --- > drivers/cpufreq/cpufreq_conservative.c | 2 -- > drivers/cpufreq/cpufreq_governor.h | 15 +-------------- > drivers/cpufreq/cpufreq_ondemand.c | 3 --- > 3 files changed, 1 insertion(+), 19 deletions(-) Acked-by: Viresh Kumar -- viresh