diff options
author | Christophe Ricard <christophe.ricard@gmail.com> | 2015-12-24 01:45:00 +0300 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2015-12-29 21:06:13 +0300 |
commit | 53eb5252bb71c77b46ed953a2bb16627804dd29d (patch) | |
tree | 1abda995342e924b83638936d6597183f6a92274 /drivers/nfc/st-nci | |
parent | 88e2ce014fd3472825f70050aec6e8426667ae90 (diff) | |
download | linux-53eb5252bb71c77b46ed953a2bb16627804dd29d.tar.xz |
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.c | 1 |
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 @@ #include <net/nfc/nci_core.h> #include "st-nci.h" -#include "ndlc.h" #define NDLC_TIMER_T1 100 #define NDLC_TIMER_T1_WAIT 400 |