summaryrefslogtreecommitdiff
path: root/tools/power/cpupower/utils/builtin.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2011-08-25 10:32:18 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2011-08-25 10:32:18 -0700
commitbe5378f3baabb5667508c42c56b4281f967d6861 (patch)
treef68709a01e8dd53f86374dba94bd5c0c2ebeac4f /tools/power/cpupower/utils/builtin.h
parente5b1d9cc1dc7cf76147411f1a74f64b570e148e3 (diff)
parent498ca793d90aef8ad38a852a969c257f62832738 (diff)
Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/cpupowerutils
* git://git.kernel.org/pub/scm/linux/kernel/git/brodo/cpupowerutils: cpupower: use man(1) when calling "cpupower help subcommand" cpupower: make NLS truly optional cpupower: fix Makefile typo cpupower: Make monitor command -c/--cpu aware cpupower: Better detect offlined CPUs cpupower: Do not show an empty Idle_Stats monitor if no idle driver is available cpupower: mperf monitor - Use TSC to calculate max frequency if possible cpupower: avoid using symlinks
Diffstat (limited to 'tools/power/cpupower/utils/builtin.h')
-rw-r--r--tools/power/cpupower/utils/builtin.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/tools/power/cpupower/utils/builtin.h b/tools/power/cpupower/utils/builtin.h
index c870ffba5219..c10496fbe3c6 100644
--- a/tools/power/cpupower/utils/builtin.h
+++ b/tools/power/cpupower/utils/builtin.h
@@ -8,11 +8,4 @@ extern int cmd_freq_info(int argc, const char **argv);
extern int cmd_idle_info(int argc, const char **argv);
extern int cmd_monitor(int argc, const char **argv);
-extern void set_help(void);
-extern void info_help(void);
-extern void freq_set_help(void);
-extern void freq_info_help(void);
-extern void idle_info_help(void);
-extern void monitor_help(void);
-
#endif