diff options
author | Christophe Ricard <christophe.ricard@gmail.com> | 2014-09-03 23:30:32 +0200 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2014-09-08 00:31:51 +0200 |
commit | 890c165261f92e23005d84762acc98892acaa504 (patch) | |
tree | d0de5a521b4ecd374d96779b9b9d06a8a544adca /drivers/nfc/st21nfcb/st21nfcb.h | |
parent | 0a91e8ac240a12ac3a03581deb8cd531788c63d4 (diff) | |
download | talos-op-linux-890c165261f92e23005d84762acc98892acaa504.tar.gz talos-op-linux-890c165261f92e23005d84762acc98892acaa504.zip |
NFC: st21nfcb: Remove useless headers
Remove some headers as they are:
- not relevent for st21nfcb.
- called multiple times for no reason: example st21nfcb.h already include
ndlc.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/st21nfcb/st21nfcb.h')
-rw-r--r-- | drivers/nfc/st21nfcb/st21nfcb.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/nfc/st21nfcb/st21nfcb.h b/drivers/nfc/st21nfcb/st21nfcb.h index 4bbbebb9f34d..ea58a56ad794 100644 --- a/drivers/nfc/st21nfcb/st21nfcb.h +++ b/drivers/nfc/st21nfcb/st21nfcb.h @@ -19,8 +19,6 @@ #ifndef __LOCAL_ST21NFCB_H_ #define __LOCAL_ST21NFCB_H_ -#include <net/nfc/nci_core.h> - #include "ndlc.h" /* Define private flags: */ |