mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-02 15:26:39 +07:00
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:
parent
f587662771
commit
e67e7e596f
@ -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"
|
||||
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user