diff options
author | Viresh Kumar <viresh.kumar@linaro.org> | 2015-10-15 21:35:23 +0530 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2015-10-28 09:21:12 +0100 |
commit | c82bd44437f5d53d1654d9e36a9e4e55610f6624 (patch) | |
tree | 4da38d658fbfd32bd10d1bada6deb08cd570b06c /include/linux/cpufreq.h | |
parent | 8eec1020f0c0c03f7219ed50cf1b754be49dd448 (diff) | |
download | blackbird-op-linux-c82bd44437f5d53d1654d9e36a9e4e55610f6624.tar.gz blackbird-op-linux-c82bd44437f5d53d1654d9e36a9e4e55610f6624.zip |
cpufreq: remove cpufreq_sysfs_{create|remove}_file()
They don't do anything special now, remove the unnecessary wrapper.
Reviewed-by: Saravana Kannan <skannan@codeaurora.org>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'include/linux/cpufreq.h')
-rw-r--r-- | include/linux/cpufreq.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/cpufreq.h b/include/linux/cpufreq.h index 338bf0e59bb8..9623218d996a 100644 --- a/include/linux/cpufreq.h +++ b/include/linux/cpufreq.h @@ -149,8 +149,6 @@ static inline bool policy_is_shared(struct cpufreq_policy *policy) /* /sys/devices/system/cpu/cpufreq: entry point for global variables */ extern struct kobject *cpufreq_global_kobject; -int cpufreq_sysfs_create_file(const struct attribute *attr); -void cpufreq_sysfs_remove_file(const struct attribute *attr); #ifdef CONFIG_CPU_FREQ unsigned int cpufreq_get(unsigned int cpu); |