summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-03-26 09:29:36 -0600
committerSimon Glass <sjg@chromium.org>2015-04-18 11:11:16 -0600
commit7e0c77a2b80e4ffd398cffc7ecd407ddaa2a1cad (patch)
tree9d0489c1c996d381af2ff8713c00e77e9db10a2e /include
parent3db02b1b318d0a6c67e673ff966c9095f67b7132 (diff)
downloadtalos-obmc-uboot-7e0c77a2b80e4ffd398cffc7ecd407ddaa2a1cad.tar.gz
talos-obmc-uboot-7e0c77a2b80e4ffd398cffc7ecd407ddaa2a1cad.zip
cros_ec: Remove unused cros_ec_board_init() function
Now that driver model handles cros_ec init, we can drop this special code. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/cros_ec.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/cros_ec.h b/include/cros_ec.h
index 850c09e11d..3b2be2c2fa 100644
--- a/include/cros_ec.h
+++ b/include/cros_ec.h
@@ -363,13 +363,6 @@ int cros_ec_set_ldo(struct cros_ec_dev *dev, uint8_t index, uint8_t state);
int cros_ec_get_ldo(struct cros_ec_dev *dev, uint8_t index, uint8_t *state);
/**
- * Initialize the Chrome OS EC at board initialization time.
- *
- * @return 0 if ok, -ve on error
- */
-int cros_ec_board_init(void);
-
-/**
* Get access to the error reported when cros_ec_board_init() was called
*
* This permits delayed reporting of the EC error if it failed during
OpenPOWER on IntegriCloud