diff mbox

[02/21] patches: header fix for st-nci not needed any more

Message ID 20170821222817.17376-3-hauke@hauke-m.de (mailing list archive)
State Not Applicable
Headers show

Commit Message

Hauke Mehrtens Aug. 21, 2017, 10:27 p.m. UTC
The linux/of.h file is now already included in the upstream kernel.
This include was added in commit a89e68f118e ("NFC: st-nci: Covert to
use GPIO descriptor")

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
---
 patches/0013-fix-makefile-includes/st-nci-spi.patch | 10 ----------
 1 file changed, 10 deletions(-)
 delete mode 100644 patches/0013-fix-makefile-includes/st-nci-spi.patch
diff mbox

Patch

diff --git a/patches/0013-fix-makefile-includes/st-nci-spi.patch b/patches/0013-fix-makefile-includes/st-nci-spi.patch
deleted file mode 100644
index 1ecd1618..00000000
--- a/patches/0013-fix-makefile-includes/st-nci-spi.patch
+++ /dev/null
@@ -1,10 +0,0 @@ 
---- 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>