diff options
author | Christophe Ricard <christophe.ricard@gmail.com> | 2016-04-30 09:12:48 +0200 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2016-05-04 01:40:28 +0200 |
commit | 99adc394f2a4a16763bccbaa150b9d598b18c58f (patch) | |
tree | cc05d48eabb3105e29c5817ee4415a724b12b797 /drivers/nfc | |
parent | c50e8fef7bb5e4a77609e4120940458e419d463f (diff) | |
download | op-kernel-dev-99adc394f2a4a16763bccbaa150b9d598b18c58f.zip op-kernel-dev-99adc394f2a4a16763bccbaa150b9d598b18c58f.tar.gz |
nfc: st21nfca: Remove duplicated ST21NFCA_ESE_HOST_ID from se.c
ST21NFCA_ESE_HOST_ID is already defined in st21nfca.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')
-rw-r--r-- | drivers/nfc/st21nfca/se.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/nfc/st21nfca/se.c b/drivers/nfc/st21nfca/se.c index bd56a16..3a98563 100644 --- a/drivers/nfc/st21nfca/se.c +++ b/drivers/nfc/st21nfca/se.c @@ -32,8 +32,6 @@ #define ST21NFCA_EVT_CONNECTIVITY 0x10 #define ST21NFCA_EVT_TRANSACTION 0x12 -#define ST21NFCA_ESE_HOST_ID 0xc0 - #define ST21NFCA_SE_TO_HOT_PLUG 1000 /* Connectivity pipe only */ #define ST21NFCA_SE_COUNT_PIPE_UICC 0x01 |