aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nfc/st-nci
diff options
context:
space:
mode:
authorChristophe Ricard <christophe.ricard@gmail.com>2015-12-23 17:45:00 -0500
committerSamuel Ortiz <sameo@linux.intel.com>2015-12-29 13:06:13 -0500
commit53eb5252bb71c77b46ed953a2bb16627804dd29d (patch)
tree1abda995342e924b83638936d6597183f6a92274 /drivers/nfc/st-nci
parent88e2ce014fd3472825f70050aec6e8426667ae90 (diff)
nfc: st-nci: Remove useless #include "ndlc.h"
Signed-off-by: Christophe Ricard <christophe-h.ricard@st.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/nfc/st-nci')
-rw-r--r--drivers/nfc/st-nci/ndlc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/nfc/st-nci/ndlc.c b/drivers/nfc/st-nci/ndlc.c
index 0884b11001ef..50880d747b02 100644
--- a/drivers/nfc/st-nci/ndlc.c
+++ b/drivers/nfc/st-nci/ndlc.c
@@ -20,7 +20,6 @@
20#include <net/nfc/nci_core.h> 20#include <net/nfc/nci_core.h>
21 21
22#include "st-nci.h" 22#include "st-nci.h"
23#include "ndlc.h"
24 23
25#define NDLC_TIMER_T1 100 24#define NDLC_TIMER_T1 100
26#define NDLC_TIMER_T1_WAIT 400 25#define NDLC_TIMER_T1_WAIT 400