From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753700AbbG0Oxp (ORCPT ); Mon, 27 Jul 2015 10:53:45 -0400 Received: from mail-pa0-f50.google.com ([209.85.220.50]:34182 "EHLO mail-pa0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752603AbbG0Oxn (ORCPT ); Mon, 27 Jul 2015 10:53:43 -0400 Date: Mon, 27 Jul 2015 20:23:38 +0530 From: Viresh Kumar To: "Rafael J. Wysocki" Cc: Linux PM list , Linux Kernel Mailing List , Russell King - ARM Linux Subject: Re: [PATCH 4/7] cpufreq: Drop unused dev argument from two functions Message-ID: <20150727145338.GF18535@linux> References: <7868353.pEStq1MJ2a@vostro.rjw.lan> <3874727.Jpay9zgokc@vostro.rjw.lan> <1650994.NqTPmayJcx@vostro.rjw.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1650994.NqTPmayJcx@vostro.rjw.lan> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 27-07-15, 16:05, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > The dev argument of cpufreq_add_policy_cpu() and > cpufreq_add_dev_interface() is not used by any of them, > so drop it. > > Signed-off-by: Rafael J. Wysocki > --- > drivers/cpufreq/cpufreq.c | 10 ++++------ > 1 file changed, 4 insertions(+), 6 deletions(-) Acked-by: Viresh Kumar -- viresh