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:
affa020
)
power: axp818: Remove undefined axp818_init()
author
Chen-Yu Tsai
<wens@csie.org>
Tue, 29 Mar 2016 16:26:46 +0000
(
00:26
+0800)
committer
Hans de Goede
<hdegoede@redhat.com>
Thu, 31 Mar 2016 15:03:39 +0000
(17:03 +0200)
axp818_init() is declared, but never defined.
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
include/axp818.h
patch
|
blob
|
history
diff --git
a/include/axp818.h
b/include/axp818.h
index 46d05ad04b8ac6fe2c73b86fe71d30231961c238..c2f9847753d9bc98db5a110e3143294e093852e9 100644
(file)
--- a/
include/axp818.h
+++ b/
include/axp818.h
@@
-53,8
+53,6
@@
#define AXP818_ALDO2_CTRL 0x29
#define AXP818_ALDO3_CTRL 0x2a
-int axp818_init(void);
-
/* For axp_gpio.c */
#define AXP_POWER_STATUS 0x00
#define AXP_POWER_STATUS_VBUS_PRESENT (1 << 5)