[U-Boot] [PATCH RFC 01/17] power: axp818: Remove undefined axp818_init()
Chen-Yu Tsai
wens at csie.org
Tue Mar 29 18:26:46 CEST 2016
axp818_init() is declared, but never defined.
Signed-off-by: Chen-Yu Tsai <wens at csie.org>
---
include/axp818.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/include/axp818.h b/include/axp818.h
index 46d05ad..c2f9847 100644
--- 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)
--
2.7.0
More information about the U-Boot
mailing list