summaryrefslogtreecommitdiff
path: root/common/cbi.c
diff options
context:
space:
mode:
authorPhilip Chen <philipchen@google.com>2021-07-01 16:28:17 -0700
committerCommit Bot <commit-bot@chromium.org>2021-07-02 03:07:32 +0000
commita9e3d03396e664288e9bfe781e15648167e6d862 (patch)
treed354e49555474e9bcb75684d68b77d320e0821b7 /common/cbi.c
parent0258161c11bf20414134d15d89aeb4ca25016c95 (diff)
downloadchrome-ec-a9e3d03396e664288e9bfe781e15648167e6d862.tar.gz
cbi: Remove cbi_eeprom.h
Move the declaration of cbi_config to cros_board_info.h so that we can get rid of cbi_eeprom.h. BRANCH=None BUG=b:186264627 TEST=make buildall -j Change-Id: I6780542c6428090117d879945d901fe82ce999f4 Signed-off-by: Philip Chen <philipchen@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3002446 Reviewed-by: Daisuke Nojiri <dnojiri@chromium.org> Commit-Queue: Philip Chen <philipchen@chromium.org> Tested-by: Philip Chen <philipchen@chromium.org>
Diffstat (limited to 'common/cbi.c')
-rw-r--r--common/cbi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/cbi.c b/common/cbi.c
index 39a943a3cf..27deac5c4e 100644
--- a/common/cbi.c
+++ b/common/cbi.c
@@ -5,7 +5,6 @@
* Cros Board Info
*/
-#include "cbi_eeprom.h"
#include "common.h"
#include "console.h"
#include "crc8.h"