From c05ed00afb95fa5237f16962fccf5810437317bf Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sun, 10 May 2020 11:40:11 -0600 Subject: common: Drop linux/delay.h from common header Move this uncommon header out of the common header. Signed-off-by: Simon Glass --- board/siemens/capricorn/board.c | 1 + board/siemens/draco/board.c | 1 + board/siemens/rut/board.c | 1 + 3 files changed, 3 insertions(+) (limited to 'board/siemens') diff --git a/board/siemens/capricorn/board.c b/board/siemens/capricorn/board.c index 8c61425384..c46e4ff736 100644 --- a/board/siemens/capricorn/board.c +++ b/board/siemens/capricorn/board.c @@ -27,6 +27,7 @@ #ifndef CONFIG_SPL #include #endif +#include #include "../common/factoryset.h" #define GPIO_PAD_CTRL \ diff --git a/board/siemens/draco/board.c b/board/siemens/draco/board.c index b4893d39ae..5ac73c0ef4 100644 --- a/board/siemens/draco/board.c +++ b/board/siemens/draco/board.c @@ -35,6 +35,7 @@ #include #include #include +#include #include "board.h" #include "../common/factoryset.h" #include diff --git a/board/siemens/rut/board.c b/board/siemens/rut/board.c index fff2b696ce..3b109e9818 100644 --- a/board/siemens/rut/board.c +++ b/board/siemens/rut/board.c @@ -34,6 +34,7 @@ #include #include #include +#include #include "board.h" #include "../common/factoryset.h" #include "../../../drivers/video/da8xx-fb.h" -- cgit v1.2.1