diff options
author | Viresh Kumar <viresh.kumar@linaro.org> | 2013-06-19 04:49:34 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2013-06-20 19:08:16 -0400 |
commit | 0956df9c842a534b0b36f62f3a0fdb5fca19dc96 (patch) | |
tree | a300938993d0c21dcec10808c8ed95fd4177eae5 /drivers/cpufreq/cpufreq.c | |
parent | bb176f7d038fee4d46b3293e64e173bfb05ab7b5 (diff) |
cpufreq: make __cpufreq_notify_transition() static
__cpufreq_notify_transition() is used only in cpufreq.c,
make it static.
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/cpufreq/cpufreq.c')
-rw-r--r-- | drivers/cpufreq/cpufreq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/cpufreq/cpufreq.c b/drivers/cpufreq/cpufreq.c index 075edeff358c..d976e222f10f 100644 --- a/drivers/cpufreq/cpufreq.c +++ b/drivers/cpufreq/cpufreq.c | |||
@@ -297,7 +297,7 @@ static inline void adjust_jiffies(unsigned long val, struct cpufreq_freqs *ci) | |||
297 | } | 297 | } |
298 | #endif | 298 | #endif |
299 | 299 | ||
300 | void __cpufreq_notify_transition(struct cpufreq_policy *policy, | 300 | static void __cpufreq_notify_transition(struct cpufreq_policy *policy, |
301 | struct cpufreq_freqs *freqs, unsigned int state) | 301 | struct cpufreq_freqs *freqs, unsigned int state) |
302 | { | 302 | { |
303 | BUG_ON(irqs_disabled()); | 303 | BUG_ON(irqs_disabled()); |