From d541e580f5db52b737a2d7a48046afdd9419d7d6 Mon Sep 17 00:00:00 2001 From: Yuval Peress Date: Tue, 5 Jan 2021 23:20:50 -0700 Subject: 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 Change-Id: Ib41b3c21817d5f81e713d3b550bc46a0d1c55cf8 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2612772 Reviewed-by: Jack Rosenthal Commit-Queue: Jack Rosenthal --- chip/mchp/lfw/ec_lfw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chip/mchp') 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 #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" -- cgit v1.2.1