Commit e67e7e59 authored by Christophe Ricard's avatar Christophe Ricard Committed by Samuel Ortiz

NFC: st-nci: include st-nci.h instead of ndlc.h

st-nci.h already include ndlc.h.
Signed-off-by: default avatarChristophe Ricard <christophe-h.ricard@st.com>
Signed-off-by: default avatarSamuel Ortiz <sameo@linux.intel.com>
parent f5876627
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
#include <linux/nfc.h> #include <linux/nfc.h>
#include <linux/platform_data/st-nci.h> #include <linux/platform_data/st-nci.h>
#include "ndlc.h" #include "st-nci.h"
#define DRIVER_DESC "NCI NFC driver for ST_NCI" #define DRIVER_DESC "NCI NFC driver for ST_NCI"
......
...@@ -19,7 +19,6 @@ ...@@ -19,7 +19,6 @@
#include <linux/sched.h> #include <linux/sched.h>
#include <net/nfc/nci_core.h> #include <net/nfc/nci_core.h>
#include "ndlc.h"
#include "st-nci.h" #include "st-nci.h"
#define NDLC_TIMER_T1 100 #define NDLC_TIMER_T1 100
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
#include <linux/nfc.h> #include <linux/nfc.h>
#include <linux/platform_data/st-nci.h> #include <linux/platform_data/st-nci.h>
#include "ndlc.h" #include "st-nci.h"
#define DRIVER_DESC "NCI NFC driver for ST_NCI" #define DRIVER_DESC "NCI NFC driver for ST_NCI"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment