summaryrefslogtreecommitdiff
path: root/chip/mchp
diff options
context:
space:
mode:
authorYuval Peress <peress@chromium.org>2021-01-05 23:20:50 -0700
committerCommit Bot <commit-bot@chromium.org>2021-01-07 19:22:12 +0000
commitd541e580f5db52b737a2d7a48046afdd9419d7d6 (patch)
treeb06bd54f937773364d14b10c14e637bf185ea5e0 /chip/mchp
parentc3981e9ec46b0bb839b06a898bb0e99b760b3058 (diff)
downloadchrome-ec-d541e580f5db52b737a2d7a48046afdd9419d7d6.tar.gz
version: Rename version.h to cros_version.h
This change simply moves the include/version.h file over to avoid a naming collision with zephyr's version.h. BRANCH=none BUG=b:167392037 TEST=make buildall -j Signed-off-by: Yuval Peress <peress@chromium.org> Change-Id: Ib41b3c21817d5f81e713d3b550bc46a0d1c55cf8 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2612772 Reviewed-by: Jack Rosenthal <jrosenth@chromium.org> Commit-Queue: Jack Rosenthal <jrosenth@chromium.org>
Diffstat (limited to 'chip/mchp')
-rw-r--r--chip/mchp/lfw/ec_lfw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/mchp/lfw/ec_lfw.c b/chip/mchp/lfw/ec_lfw.c
index edd945037c..8bf52efe49 100644
--- a/chip/mchp/lfw/ec_lfw.c
+++ b/chip/mchp/lfw/ec_lfw.c
@@ -9,6 +9,7 @@
#include <stdint.h>
#include "config.h"
+#include "cros_version.h"
#include "gpio.h"
#include "spi.h"
#include "spi_flash.h"
@@ -19,7 +20,6 @@
#include "cpu.h"
#include "clock.h"
#include "system.h"
-#include "version.h"
#include "hwtimer.h"
#include "gpio_list.h"
#include "tfdp_chip.h"