diff options
Diffstat (limited to 'drivers/fpga')
| -rw-r--r-- | drivers/fpga/microchip-spi.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/drivers/fpga/microchip-spi.c b/drivers/fpga/microchip-spi.c index 2a82c726d6e5..6134cea86ac8 100644 --- a/drivers/fpga/microchip-spi.c +++ b/drivers/fpga/microchip-spi.c @@ -3,7 +3,7 @@   * Microchip Polarfire FPGA programming over slave SPI interface.   */ -#include <asm/unaligned.h> +#include <linux/unaligned.h>  #include <linux/delay.h>  #include <linux/fpga/fpga-mgr.h>  #include <linux/iopoll.h> | 
