diff options
Diffstat (limited to 'patches/0013-fix-makefile-includes/st-nci-spi.patch')
-rw-r--r-- | patches/0013-fix-makefile-includes/st-nci-spi.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/patches/0013-fix-makefile-includes/st-nci-spi.patch b/patches/0013-fix-makefile-includes/st-nci-spi.patch new file mode 100644 index 00000000..1ecd1618 --- /dev/null +++ b/patches/0013-fix-makefile-includes/st-nci-spi.patch @@ -0,0 +1,10 @@ +--- a/drivers/nfc/st-nci/spi.c ++++ b/drivers/nfc/st-nci/spi.c +@@ -21,6 +21,7 @@ + #include <linux/spi/spi.h> + #include <linux/gpio.h> + #include <linux/gpio/consumer.h> ++#include <linux/of.h> + #include <linux/of_irq.h> + #include <linux/of_gpio.h> + #include <linux/acpi.h> |