summaryrefslogtreecommitdiff
path: root/common/cbi_eeprom.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_eeprom.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_eeprom.c')
-rw-r--r--common/cbi_eeprom.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/cbi_eeprom.c b/common/cbi_eeprom.c
index ce6dd589a6..807b0ebc29 100644
--- a/common/cbi_eeprom.c
+++ b/common/cbi_eeprom.c
@@ -5,7 +5,6 @@
/* Support Cros Board Info EEPROM */
-#include "cbi_eeprom.h"
#include "console.h"
#include "cros_board_info.h"
#include "gpio.h"