summaryrefslogtreecommitdiff
path: root/board/redrix/fw_config.c
diff options
context:
space:
mode:
authorDevin Lu <Devin.Lu@quantatw.com>2021-06-30 10:39:33 +0800
committerCommit Bot <commit-bot@chromium.org>2021-07-01 08:45:38 +0000
commit0b1e00b513c9f03307d3f1820995e46bd87d78a6 (patch)
tree23bf1b3a8ea2c147843fc13ed4fe8c0f2d76cbd8 /board/redrix/fw_config.c
parent31bd47333d5fbfb1d237cb5e86fe532a348a0a31 (diff)
downloadchrome-ec-0b1e00b513c9f03307d3f1820995e46bd87d78a6.tar.gz
redrix: Include-what-you-use scrub
[Synchronize with CL:2987159 to Redrix] This updates the list of header files included by brya board files to match what is actually used. BUG=none BRANCH=none TEST=make BOARD=redrix Signed-off-by: Devin Lu <Devin.Lu@quantatw.com> Change-Id: I7f9cc8ef363279a763f540d9fecb0a1fe733a097 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2995237 Reviewed-by: Zick Wei <zick.wei@quanta.corp-partner.google.com> Reviewed-by: Boris Mittelberg <bmbm@google.com>
Diffstat (limited to 'board/redrix/fw_config.c')
-rw-r--r--board/redrix/fw_config.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/redrix/fw_config.c b/board/redrix/fw_config.c
index 2d9ee6de25..fb8acb635d 100644
--- a/board/redrix/fw_config.c
+++ b/board/redrix/fw_config.c
@@ -4,6 +4,7 @@
*/
#include "common.h"
+#include "compile_time_macros.h"
#include "console.h"
#include "cros_board_info.h"
#include "fw_config.h"