diff options
Diffstat (limited to 'drivers/fpga/microchip-spi.c')
| -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 d6070e7f5205..2a82c726d6e5 100644 --- a/drivers/fpga/microchip-spi.c +++ b/drivers/fpga/microchip-spi.c @@ -8,7 +8,7 @@  #include <linux/fpga/fpga-mgr.h>  #include <linux/iopoll.h>  #include <linux/module.h> -#include <linux/of_device.h> +#include <linux/of.h>  #include <linux/spi/spi.h>  #define	MPF_SPI_ISC_ENABLE	0x0B  | 
