diff options
author | Christophe Ricard <christophe-h.ricard@st.com> | 2015-10-26 05:55:22 +0100 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2015-10-26 05:55:22 +0100 |
commit | f5876627715e3584db379a0549f8ce6f3f06e2bc (patch) | |
tree | 7828cb85ecfb4c76249b261bc62ef607686dcca7 /drivers/nfc/st-nci/core.c | |
parent | a06347c04c13e380afce0c9816df51f00b83faf1 (diff) |
NFC: st-nci: Align st-nci driver with other nfc driver
Align st-nci driver with other NFC drivers:
- Remove st-nci_ prefix
- Merge se.h in st-nci.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/core.c')
-rw-r--r-- | drivers/nfc/st-nci/core.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/nfc/st-nci/core.c b/drivers/nfc/st-nci/core.c index 5443caa0d55e..07bfc0f00050 100644 --- a/drivers/nfc/st-nci/core.c +++ b/drivers/nfc/st-nci/core.c @@ -24,7 +24,6 @@ #include <linux/delay.h> #include "st-nci.h" -#include "se.h" #define DRIVER_DESC "NCI NFC driver for ST_NCI" |