X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fcros_ec.h;h=3b2be2c2fa642dc91c8511f07b9960624f10f5b3;hb=dc9cdf859e11de775e75cc233b09d6b6d257a818;hp=850c09e11da431294d2f819720603be5ba0e8d49;hpb=60f37fc6aaece8dcf0241435d42b0580c93c7b91;p=u-boot 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 @@ -362,13 +362,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 *