commit | 09d5ca804e796a20dbc50be0971b9e89e692c256 | [log] [tgz] |
---|---|---|
author | Lan Tianyu <tianyu.lan@intel.com> | Tue Jun 25 10:06:45 2013 +0800 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Tue Jun 25 23:05:24 2013 +0200 |
tree | c977ba05458b7feb16eb0d2f11dcbc9f3816454e | |
parent | 86d6725a572d08e5e709871a77a7df137adf5ad4 [diff] |
ACPI / processor: Drop unused variable from processor_perflib.c The count variable in acpi_processor_preregister_performance() is only initalized as 1 for one CPU and incremented when another CPU sharing the same dependency domain is found. It isn't referenced anywhere else, so drop it. Signed-off-by: Lan Tianyu <tianyu.lan@intel.com> Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>