summaryrefslogtreecommitdiff
path: root/patches/collateral-evolutions/network/0013-fix-makefile-includes/st-nci-spi.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/collateral-evolutions/network/0013-fix-makefile-includes/st-nci-spi.patch')
-rw-r--r--patches/collateral-evolutions/network/0013-fix-makefile-includes/st-nci-spi.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/patches/collateral-evolutions/network/0013-fix-makefile-includes/st-nci-spi.patch b/patches/collateral-evolutions/network/0013-fix-makefile-includes/st-nci-spi.patch
index b0ff25b9..1ecd1618 100644
--- a/patches/collateral-evolutions/network/0013-fix-makefile-includes/st-nci-spi.patch
+++ b/patches/collateral-evolutions/network/0013-fix-makefile-includes/st-nci-spi.patch
@@ -1,10 +1,10 @@
--- a/drivers/nfc/st-nci/spi.c
+++ b/drivers/nfc/st-nci/spi.c
-@@ -20,6 +20,7 @@
- #include <linux/module.h>
+@@ -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/interrupt.h>
+ #include <linux/acpi.h>