aboutsummaryrefslogtreecommitdiff
path: root/powerdebug.h
diff options
context:
space:
mode:
authorDaniel Lezcano <daniel.lezcano@free.fr>2011-03-26 22:05:50 +0100
committerAmit Kucheria <amit.kucheria@linaro.org>2011-04-04 02:17:16 +0300
commitf28e488c601108992409821bf2c174a411348db5 (patch)
tree0bba360924b1e76327d64a404ec180f0b2ec1d31 /powerdebug.h
parentcac52d9f489e692e91711afe354654baab45d356 (diff)
downloadpowerdebug-f28e488c601108992409821bf2c174a411348db5.tar.gz
change regulator functions name
Move the corresponding functions to the right header file and rename the function with <subsystem>_function_name. Signed-off-by: Daniel Lezcano <daniel.lezcano@free.fr> Signed-off-by: Amit Kucheria <amit.kucheria@linaro.org>
Diffstat (limited to 'powerdebug.h')
-rw-r--r--powerdebug.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/powerdebug.h b/powerdebug.h
index 42add86..d04cfce 100644
--- a/powerdebug.h
+++ b/powerdebug.h
@@ -32,10 +32,6 @@ extern struct regulator_info *regulators_info;
extern int numregulators;
-extern void print_regulator_info(int verbose);
-extern void read_regulator_info(void);
-extern void print_regulator_info(int verbose);
-
extern void read_and_dump_clock_info(int verbose);
extern void read_and_dump_clock_info_one(char *clk, bool dump);
extern void read_clock_info(char *clkpath);