diff options
author | Christophe Ricard <christophe.ricard@gmail.com> | 2016-04-30 10:12:47 +0300 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2016-05-04 02:39:36 +0300 |
commit | c50e8fef7bb5e4a77609e4120940458e419d463f (patch) | |
tree | 181cbb84e9df23d6ed42b365a9970dfb65f36f50 /drivers/nfc/st-nci/st-nci.h | |
parent | 1f34b20404443717a7ec77b447d86578f0478550 (diff) | |
download | linux-c50e8fef7bb5e4a77609e4120940458e419d463f.tar.xz |
nfc: st-nci: Remove redundant ST_NCI_HCI_HOST_ID_ESE from st-nci.h
ST_NCI_HCI_HOST_ID_ESE is already having an equivalent in se.c
(ST_NCI_ESE_HOST_ID).
Remove and replace where relevant.
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/st-nci.h')
-rw-r--r-- | drivers/nfc/st-nci/st-nci.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/nfc/st-nci/st-nci.h b/drivers/nfc/st-nci/st-nci.h index 8b9f77b0249c..8783f9594d65 100644 --- a/drivers/nfc/st-nci/st-nci.h +++ b/drivers/nfc/st-nci/st-nci.h @@ -32,7 +32,6 @@ * sequence of at most 32 characters. */ #define ST_NCI_ESE_MAX_LENGTH 33 -#define ST_NCI_HCI_HOST_ID_ESE 0xc0 #define ST_NCI_DEVICE_MGNT_GATE 0x01 |