cpufreq: remove cpufreq_sysfs_{create|remove}_file()
[firefly-linux-kernel-4.4.55.git] / include / linux / cpufreq.h
index 338bf0e59bb8d3a6e7dabde97a84436907388258..9623218d996a485546fa0039145c23b2a8e01076 100644 (file)
@@ -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);