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 --- drivers/fpga/ACEX1K.c | 1 + drivers/fpga/cyclon2.c | 1 + drivers/fpga/lattice.c | 1 + drivers/fpga/socfpga_arria10.c | 1 + drivers/fpga/stratix10.c | 1 + drivers/fpga/stratixII.c | 1 + drivers/fpga/stratixv.c | 1 + drivers/fpga/virtex2.c | 1 + drivers/fpga/zynqpl.c | 1 + 9 files changed, 9 insertions(+) (limited to 'drivers/fpga') diff --git a/drivers/fpga/ACEX1K.c b/drivers/fpga/ACEX1K.c index 5afd42a97b..aca8049c56 100644 --- a/drivers/fpga/ACEX1K.c +++ b/drivers/fpga/ACEX1K.c @@ -10,6 +10,7 @@ #include /* core U-Boot definitions */ #include #include /* ACEX device family */ +#include /* Define FPGA_DEBUG to get debug printf's */ #ifdef FPGA_DEBUG diff --git a/drivers/fpga/cyclon2.c b/drivers/fpga/cyclon2.c index c929cd2cc5..3b008facb8 100644 --- a/drivers/fpga/cyclon2.c +++ b/drivers/fpga/cyclon2.c @@ -8,6 +8,7 @@ #include /* core U-Boot definitions */ #include #include /* ACEX device family */ +#include /* Define FPGA_DEBUG to get debug printf's */ #ifdef FPGA_DEBUG diff --git a/drivers/fpga/lattice.c b/drivers/fpga/lattice.c index 2cf4a602d7..e292d991cd 100644 --- a/drivers/fpga/lattice.c +++ b/drivers/fpga/lattice.c @@ -15,6 +15,7 @@ #include #include #include +#include static lattice_board_specific_func *pfns; static const char *fpga_image; diff --git a/drivers/fpga/socfpga_arria10.c b/drivers/fpga/socfpga_arria10.c index 272f6d5e5f..e14204633e 100644 --- a/drivers/fpga/socfpga_arria10.c +++ b/drivers/fpga/socfpga_arria10.c @@ -18,6 +18,7 @@ #include #include #include +#include #define CFGWDTH_32 1 #define MIN_BITSTREAM_SIZECHECK 230 diff --git a/drivers/fpga/stratix10.c b/drivers/fpga/stratix10.c index 802051069e..da8fa315e3 100644 --- a/drivers/fpga/stratix10.c +++ b/drivers/fpga/stratix10.c @@ -7,6 +7,7 @@ #include #include #include +#include #define RECONFIG_STATUS_POLL_RESP_TIMEOUT_MS 60000 #define RECONFIG_STATUS_INTERVAL_DELAY_US 1000000 diff --git a/drivers/fpga/stratixII.c b/drivers/fpga/stratixII.c index 4edbfe4ba8..b450a81072 100644 --- a/drivers/fpga/stratixII.c +++ b/drivers/fpga/stratixII.c @@ -6,6 +6,7 @@ #include /* core U-Boot definitions */ #include +#include int StratixII_ps_fpp_load (Altera_desc * desc, void *buf, size_t bsize, int isSerial, int isSecure); diff --git a/drivers/fpga/stratixv.c b/drivers/fpga/stratixv.c index 650b1b136e..abae3b5b75 100644 --- a/drivers/fpga/stratixv.c +++ b/drivers/fpga/stratixv.c @@ -8,6 +8,7 @@ #include #include #include +#include #include /* Write the RBF data to FPGA via SPI */ diff --git a/drivers/fpga/virtex2.c b/drivers/fpga/virtex2.c index 395736875f..b3e0537bab 100644 --- a/drivers/fpga/virtex2.c +++ b/drivers/fpga/virtex2.c @@ -15,6 +15,7 @@ #include #include #include +#include #if 0 #define FPGA_DEBUG diff --git a/drivers/fpga/zynqpl.c b/drivers/fpga/zynqpl.c index e9bf3a6180..dcfe513eeb 100644 --- a/drivers/fpga/zynqpl.c +++ b/drivers/fpga/zynqpl.c @@ -14,6 +14,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3