diff options
Diffstat (limited to 'drivers/fpga/stratixv.c')
-rw-r--r-- | drivers/fpga/stratixv.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/fpga/stratixv.c b/drivers/fpga/stratixv.c index 236a730804d..abae3b5b751 100644 --- a/drivers/fpga/stratixv.c +++ b/drivers/fpga/stratixv.c @@ -5,8 +5,10 @@ #include <common.h> #include <altera.h> +#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 */ |