Commit da9178af authored by Dave Jones's avatar Dave Jones

[CPUFREQ] cpufreq_sysctl_table should be static even though it'll be gone soon.

Signed-off-by: default avatarDominik Brodowski <linux@brodo.de>
Signed-off-by: default avatarDave Jones <davej@redhat.com>
parent ec89de32
...@@ -460,7 +460,7 @@ static ctl_table ctl_cpu[2] = { ...@@ -460,7 +460,7 @@ static ctl_table ctl_cpu[2] = {
} }
}; };
struct ctl_table_header *cpufreq_sysctl_table; static struct ctl_table_header *cpufreq_sysctl_table;
static inline void cpufreq_sysctl_init(void) static inline void cpufreq_sysctl_init(void)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment