aboutsummaryrefslogtreecommitdiff
path: root/topology.h
diff options
context:
space:
mode:
authorZoran Markovic <zoran.markovic@linaro.org>2014-04-02 14:27:29 -0700
committerZoran Markovic <zoran.markovic@linaro.org>2014-04-02 14:27:29 -0700
commita5ad3ba8caeadfdd092ab105c8df75ca6fd2ab15 (patch)
treec4bb17c9afd22d3d49473dd517556c75dd2f2911 /topology.h
parent0c186d7e3ae488c70ff3bb29eb437831c48531fb (diff)
Launchpad bug 1300335: removed -c <state> option.
Diffstat (limited to 'topology.h')
-rw-r--r--topology.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/topology.h b/topology.h
index 7b48432..7c43e0f 100644
--- a/topology.h
+++ b/topology.h
@@ -66,9 +66,9 @@ extern int release_cpu_topo_info(void);
extern int output_cpu_topo_info(FILE *f);
extern int establish_idledata_to_topo(struct cpuidle_datas *datas);
extern int release_cpu_topo_cstates(void);
-extern int dump_cpu_topo_info(int state, int count,
+extern int dump_cpu_topo_info(int count,
int (*dump)(struct cpuidle_cstates *, struct cpufreq_pstates *,
- int, int, char *));
+ int, char *));
extern struct cpuidle_cstates *core_cluster_data(struct cpu_core *s_core);