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 --- examples/api/libgenwrap.c | 1 + examples/standalone/atmel_df_pow2.c | 1 + examples/standalone/smc91111_eeprom.c | 1 + 3 files changed, 3 insertions(+) (limited to 'examples') diff --git a/examples/api/libgenwrap.c b/examples/api/libgenwrap.c index 51d6273a93..3aa222866f 100644 --- a/examples/api/libgenwrap.c +++ b/examples/api/libgenwrap.c @@ -12,6 +12,7 @@ #include #include #include +#include #include #include diff --git a/examples/standalone/atmel_df_pow2.c b/examples/standalone/atmel_df_pow2.c index b71b406126..9c74f4994b 100644 --- a/examples/standalone/atmel_df_pow2.c +++ b/examples/standalone/atmel_df_pow2.c @@ -9,6 +9,7 @@ #include #include #include +#include #define CMD_ID 0x9f #define CMD_STAT 0xd7 diff --git a/examples/standalone/smc91111_eeprom.c b/examples/standalone/smc91111_eeprom.c index 631b1b04d6..bf7e930643 100644 --- a/examples/standalone/smc91111_eeprom.c +++ b/examples/standalone/smc91111_eeprom.c @@ -12,6 +12,7 @@ #include #include +#include #include "../drivers/net/smc91111.h" #ifndef SMC91111_EEPROM_INIT -- cgit v1.2.3