cpufreq: Remove unused HOTPLUG_CPU code
authorViresh Kumar <viresh.kumar@linaro.org>
Thu, 7 Feb 2013 05:26:03 +0000 (10:56 +0530)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Sat, 9 Feb 2013 00:21:37 +0000 (01:21 +0100)
Because the sibling cpu of any online cpu is identified very early in
cpufreq_add_dev(), below code is never executed. And so can be removed.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>

No differences found