From 1af3c7f422f627a544fec13e436d1a7975e39e73 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sun, 10 May 2020 11:40:09 -0600 Subject: common: Drop linux/stringify.h from common header Move this uncommon header out of the common header. Signed-off-by: Simon Glass --- board/Arcturus/ucp1020/cmd_arc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'board/Arcturus') diff --git a/board/Arcturus/ucp1020/cmd_arc.c b/board/Arcturus/ucp1020/cmd_arc.c index 3656cf4cbc..4b30b66e20 100644 --- a/board/Arcturus/ucp1020/cmd_arc.c +++ b/board/Arcturus/ucp1020/cmd_arc.c @@ -19,6 +19,7 @@ #include #include #include +#include static ulong fwenv_addr[MAX_FWENV_ADDR]; const char mystrerr[] = "ERROR: Failed to save factory info"; -- cgit v1.2.3