NFC: st-nci: include st-nci.h instead of ndlc.h
authorChristophe Ricard <christophe.ricard@gmail.com>
Sun, 25 Oct 2015 21:54:17 +0000 (22:54 +0100)
committerSamuel Ortiz <sameo@linux.intel.com>
Mon, 26 Oct 2015 05:27:59 +0000 (06:27 +0100)
st-nci.h already include ndlc.h.

Signed-off-by: Christophe Ricard <christophe-h.ricard@st.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/nfc/st-nci/i2c.c
drivers/nfc/st-nci/ndlc.c
drivers/nfc/st-nci/spi.c

index 707ed2eb593638208df4420c7dc9a93abd4399ad..02e585f2be74999191191d921583e1b4597ba4ca 100644 (file)
@@ -27,7 +27,7 @@
 #include <linux/nfc.h>
 #include <linux/platform_data/st-nci.h>
 
-#include "ndlc.h"
+#include "st-nci.h"
 
 #define DRIVER_DESC "NCI NFC driver for ST_NCI"
 
index d2cf84e680c655d19d6e09f44ee73024b1630304..fb50007ac32a900fd340501094192cafca2e6e3f 100644 (file)
@@ -19,7 +19,6 @@
 #include <linux/sched.h>
 #include <net/nfc/nci_core.h>
 
-#include "ndlc.h"
 #include "st-nci.h"
 
 #define NDLC_TIMER_T1          100
index 598a58c4d6d1349632ed5b306d33d5163780a6cb..9a398713897fb5606e8241a40028063a87ff3d23 100644 (file)
@@ -27,7 +27,7 @@
 #include <linux/nfc.h>
 #include <linux/platform_data/st-nci.h>
 
-#include "ndlc.h"
+#include "st-nci.h"
 
 #define DRIVER_DESC "NCI NFC driver for ST_NCI"
 
This page took 0.025378 seconds and 5 git commands to generate.