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/se.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/se.c')
-rw-r--r-- | drivers/nfc/st-nci/se.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/nfc/st-nci/se.c b/drivers/nfc/st-nci/se.c index bb8d1dd98c85..4acb945ac252 100644 --- a/drivers/nfc/st-nci/se.c +++ b/drivers/nfc/st-nci/se.c @@ -23,7 +23,6 @@ #include <net/nfc/nci_core.h> #include "st-nci.h" -#include "se.h" struct st_nci_pipe_info { u8 pipe_state; |