summaryrefslogtreecommitdiffstats
path: root/include/axp818.h
diff options
context:
space:
mode:
authorChen-Yu Tsai <wens@csie.org>2016-03-30 00:26:46 +0800
committerHans de Goede <hdegoede@redhat.com>2016-03-31 17:03:39 +0200
commitb270eaa0cb607273ec7df980897d236806389d87 (patch)
tree6a3896222cd9fca99ddb81680ff55f155203f71e /include/axp818.h
parentaffa020559bca31d6531e19cb1f009c22705a73d (diff)
downloadtalos-obmc-uboot-b270eaa0cb607273ec7df980897d236806389d87.tar.gz
talos-obmc-uboot-b270eaa0cb607273ec7df980897d236806389d87.zip
power: axp818: Remove undefined axp818_init()
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>
Diffstat (limited to 'include/axp818.h')
-rw-r--r--include/axp818.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/axp818.h b/include/axp818.h
index 46d05ad04b..c2f9847753 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)
OpenPOWER on IntegriCloud