diff options
Diffstat (limited to 'drivers/fpga/stratixv.c')
-rw-r--r-- | drivers/fpga/stratixv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/fpga/stratixv.c b/drivers/fpga/stratixv.c index cc035eb2a1..9a81aca706 100644 --- a/drivers/fpga/stratixv.c +++ b/drivers/fpga/stratixv.c @@ -8,7 +8,7 @@ #include <altera.h> #include <spi.h> #include <asm/io.h> -#include <asm/errno.h> +#include <linux/errno.h> /* Write the RBF data to FPGA via SPI */ static int program_write(int spi_bus, int spi_dev, const void *rbf_data, |