forked from Minki/linux
NFC: pn533: Remove unused definitions
Signed-off-by: Waldemar Rymarkiewicz <waldemar.rymarkiewicz@tieto.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
parent
8d25ca7997
commit
a449ae1cbd
@ -41,11 +41,6 @@
|
||||
#define SONY_VENDOR_ID 0x054c
|
||||
#define PASORI_PRODUCT_ID 0x02e1
|
||||
|
||||
#define PN533_QUIRKS_TYPE_A BIT(0)
|
||||
#define PN533_QUIRKS_TYPE_F BIT(1)
|
||||
#define PN533_QUIRKS_DEP BIT(2)
|
||||
#define PN533_QUIRKS_RAW_EXCHANGE BIT(3)
|
||||
|
||||
#define PN533_DEVICE_STD 0x1
|
||||
#define PN533_DEVICE_PASORI 0x2
|
||||
|
||||
@ -128,9 +123,6 @@ MODULE_DEVICE_TABLE(usb, pn533_table);
|
||||
#define PN533_CMD_MI_MASK 0x40
|
||||
#define PN533_CMD_RET_SUCCESS 0x00
|
||||
|
||||
/* PN533 status codes */
|
||||
#define PN533_STATUS_TARGET_RELEASED 0x29
|
||||
|
||||
struct pn533;
|
||||
|
||||
typedef int (*pn533_cmd_complete_t) (struct pn533 *dev, void *arg,
|
||||
|
Loading…
Reference in New Issue
Block a user