From: Viresh Kumar Date: Tue, 6 Jan 2015 15:39:02 +0000 (+0530) Subject: cpufreq: stats: remove unused cpufreq_stats_attribute X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=43b9cdaf5c22230269b8edd99ec78380a6ac0715;p=linux-beck.git cpufreq: stats: remove unused cpufreq_stats_attribute It was never used, but is there since the first commit. Remove it. Signed-off-by: Viresh Kumar Signed-off-by: Rafael J. Wysocki --- diff --git a/drivers/cpufreq/cpufreq_stats.c b/drivers/cpufreq/cpufreq_stats.c index d2299ca2fc2c..14f8d858a63d 100644 --- a/drivers/cpufreq/cpufreq_stats.c +++ b/drivers/cpufreq/cpufreq_stats.c @@ -33,11 +33,6 @@ struct cpufreq_stats { static DEFINE_PER_CPU(struct cpufreq_stats *, cpufreq_stats_table); -struct cpufreq_stats_attribute { - struct attribute attr; - ssize_t(*show) (struct cpufreq_stats *, char *); -}; - static int cpufreq_stats_update(unsigned int cpu) { struct cpufreq_stats *stat;