diff options
Diffstat (limited to 'drivers/fpga/stratixv.c')
-rw-r--r-- | drivers/fpga/stratixv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/fpga/stratixv.c b/drivers/fpga/stratixv.c index 650b1b136eb..abae3b5b751 100644 --- a/drivers/fpga/stratixv.c +++ b/drivers/fpga/stratixv.c @@ -8,6 +8,7 @@ #include <log.h> #include <spi.h> #include <asm/io.h> +#include <linux/delay.h> #include <linux/errno.h> /* Write the RBF data to FPGA via SPI */ |