diff options
author | Waldemar Rymarkiewicz <waldemar.rymarkiewicz@tieto.com> | 2012-11-26 08:18:31 -0500 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2013-01-09 18:44:25 -0500 |
commit | a449ae1cbdcb5ab45c894362602b239e1d8d96c3 (patch) | |
tree | 4e230b17ed834d181d8d9d3d1d4f8ebb98e759a9 /drivers/nfc | |
parent | 8d25ca799783788742bc7d9647eec44b6754766e (diff) |
NFC: pn533: Remove unused definitions
Signed-off-by: Waldemar Rymarkiewicz <waldemar.rymarkiewicz@tieto.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/nfc')
-rw-r--r-- | drivers/nfc/pn533.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/nfc/pn533.c b/drivers/nfc/pn533.c index cf94113b174a..ed8ecb3589be 100644 --- a/drivers/nfc/pn533.c +++ b/drivers/nfc/pn533.c | |||
@@ -41,11 +41,6 @@ | |||
41 | #define SONY_VENDOR_ID 0x054c | 41 | #define SONY_VENDOR_ID 0x054c |
42 | #define PASORI_PRODUCT_ID 0x02e1 | 42 | #define PASORI_PRODUCT_ID 0x02e1 |
43 | 43 | ||
44 | #define PN533_QUIRKS_TYPE_A BIT(0) | ||
45 | #define PN533_QUIRKS_TYPE_F BIT(1) | ||
46 | #define PN533_QUIRKS_DEP BIT(2) | ||
47 | #define PN533_QUIRKS_RAW_EXCHANGE BIT(3) | ||
48 | |||
49 | #define PN533_DEVICE_STD 0x1 | 44 | #define PN533_DEVICE_STD 0x1 |
50 | #define PN533_DEVICE_PASORI 0x2 | 45 | #define PN533_DEVICE_PASORI 0x2 |
51 | 46 | ||
@@ -128,9 +123,6 @@ MODULE_DEVICE_TABLE(usb, pn533_table); | |||
128 | #define PN533_CMD_MI_MASK 0x40 | 123 | #define PN533_CMD_MI_MASK 0x40 |
129 | #define PN533_CMD_RET_SUCCESS 0x00 | 124 | #define PN533_CMD_RET_SUCCESS 0x00 |
130 | 125 | ||
131 | /* PN533 status codes */ | ||
132 | #define PN533_STATUS_TARGET_RELEASED 0x29 | ||
133 | |||
134 | struct pn533; | 126 | struct pn533; |
135 | 127 | ||
136 | typedef int (*pn533_cmd_complete_t) (struct pn533 *dev, void *arg, | 128 | typedef int (*pn533_cmd_complete_t) (struct pn533 *dev, void *arg, |