projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c8014b
)
power/pmic.h: Add prototype for power_init_board.
author
Tom Rini
<trini@ti.com>
Mon, 23 Jun 2014 20:06:28 +0000
(16:06 -0400)
committer
Tom Rini
<trini@ti.com>
Fri, 25 Jul 2014 19:21:05 +0000
(15:21 -0400)
As this is a weak function that we may override, provide a prototype for
it.
Cc: Ćukasz Majewski <l.majewski@samsung.com>
Signed-off-by: Tom Rini <trini@ti.com>
include/power/pmic.h
patch
|
blob
|
history
diff --git
a/include/power/pmic.h
b/include/power/pmic.h
index a62e6c90a5ec29bbc4c4c835dce3f4fbff9d98ee..afbc5aab7e2ad84be914a052396565530a3226d9 100644
(file)
--- a/
include/power/pmic.h
+++ b/
include/power/pmic.h
@@
-79,6
+79,7
@@
struct pmic {
};
int pmic_init(unsigned char bus);
+int power_init_board(void);
int pmic_dialog_init(unsigned char bus);
int check_reg(struct pmic *p, u32 reg);
struct pmic *pmic_alloc(void);