cpufreq: stats: Declare freq-attr right after their callbacks
authorViresh Kumar <viresh.kumar@linaro.org>
Fri, 1 Feb 2019 06:15:44 +0000 (11:45 +0530)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 1 Feb 2019 10:52:11 +0000 (11:52 +0100)
commit10b818211d04805da731087e596fc7c6ce199dea
tree3b61c217282cf3ced3c02ed3627a624ef713b4c1
parentcb772b8ce4b9f5353c34f4d38ab0c697c0071625
cpufreq: stats: Declare freq-attr right after their callbacks

Freq attribute for "trans_table" is defined right after its callback
(without any blank line between them), but the others are defined
separately later on. Keep this consistent and define all attributes
right after their callbacks.

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