]> git.openfabrics.org - ~emulex/infiniband.git/commit
cpufreq: Mark function as static in cpufreq.c
authorRashika Kheria <rashika.kheria@gmail.com>
Wed, 26 Feb 2014 16:42:42 +0000 (22:12 +0530)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 26 Feb 2014 23:49:36 +0000 (00:49 +0100)
commit8a5c74a175ac117e55a50b489ee041f40ff8866b
treea069bb3039a34245a0aaeb336e849e7d20275771
parentecfc555c7485b64906f9713ef5eaafe6550b72b8
cpufreq: Mark function as static in cpufreq.c

Mark function as static in cpufreq.c because it is not
used outside this file.

This eliminates the following warning in cpufreq.c:
drivers/cpufreq/cpufreq.c:355:9: warning: no previous prototype for ‘show_boost’ [-Wmissing-prototypes]

Signed-off-by: Rashika Kheria <rashika.kheria@gmail.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpufreq/cpufreq.c