|
@@ -33,11 +33,6 @@ struct cpufreq_stats {
|
|
|
|
|
|
static DEFINE_PER_CPU(struct cpufreq_stats *, cpufreq_stats_table);
|
|
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)
|
|
static int cpufreq_stats_update(unsigned int cpu)
|
|
{
|
|
{
|
|
struct cpufreq_stats *stat;
|
|
struct cpufreq_stats *stat;
|