]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
cpufreq: Drop unused dev argument from two functions
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 27 Jul 2015 21:11:37 +0000 (23:11 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 28 Jul 2015 15:24:11 +0000 (17:24 +0200)
commitd9612a495b0bc93f5db0e0033fe4ee7abb7167c7
treeebf4f46fcd98264c2d5e5adfee758ed785668d20
parentd4d854d6c7706e6a5cda297e350e3626d55e9bc9
cpufreq: Drop unused dev argument from two functions

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 <rafael.j.wysocki@intel.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
drivers/cpufreq/cpufreq.c