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

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>
This commit is contained in:
Christophe Ricard 2015-10-25 22:54:17 +01:00 committed by Samuel Ortiz
parent f587662771
commit e67e7e596f
3 changed files with 2 additions and 3 deletions

View 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"

View 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

View 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"