Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"

+0 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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"