commit | cac52d9f489e692e91711afe354654baab45d356 | [log] [tgz] |
---|---|---|
author | Daniel Lezcano <daniel.lezcano@free.fr> | Sat Mar 26 22:05:49 2011 +0100 |
committer | Amit Kucheria <amit.kucheria@linaro.org> | Mon Apr 04 02:16:54 2011 +0300 |
tree | 03c96d9c0ff318afb44d9629566eb3c8c7583a64 | |
parent | eab558a06ac0d384f8c5e571d5b7de6f8e3003e4 [diff] [blame] |
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>
diff --git a/regulator.c b/regulator.c index 18c9777..395571b 100644 --- a/regulator.c +++ b/regulator.c
@@ -15,7 +15,7 @@ #include "regulator.h" -int init_regulator_ds(void) +int regulator_init(void) { DIR *regdir; struct dirent *item;