aboutsummaryrefslogtreecommitdiff
path: root/regulator.h
diff options
context:
space:
mode:
authorDaniel Lezcano <daniel.lezcano@free.fr>2011-03-26 22:05:49 +0100
committerAmit Kucheria <amit.kucheria@linaro.org>2011-04-04 02:16:54 +0300
commitcac52d9f489e692e91711afe354654baab45d356 (patch)
tree03c96d9c0ff318afb44d9629566eb3c8c7583a64 /regulator.h
parenteab558a06ac0d384f8c5e571d5b7de6f8e3003e4 (diff)
change regulator init function
Move the corresponding function 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 'regulator.h')
-rw-r--r--regulator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/regulator.h b/regulator.h
index 3ecf6b8..b6780ab 100644
--- a/regulator.h
+++ b/regulator.h
@@ -40,4 +40,4 @@ struct regulator_info {
int num_users;
} *regulators_info;
-extern int numregulators;
+extern int regulator_init(void);