diff options
author | Waldemar Rymarkiewicz <waldemar.rymarkiewicz@tieto.com> | 2013-04-03 02:02:15 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2013-04-11 10:29:08 -0400 |
commit | 96aac226a4cb19fde1bb3593fcbb8b2a86e7b0f5 (patch) | |
tree | 478a82a849f66de467961164c85a2414e1e9e766 /drivers/nfc/pn533.c | |
parent | 10cff29af6ae12725d4cb338abb5768e139b808a (diff) |
NFC: pn533: Remove unused pn533_cmd_complete_t
Signed-off-by: Waldemar Rymarkiewicz <waldemar.rymarkiewicz@tieto.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/nfc/pn533.c')
-rw-r--r-- | drivers/nfc/pn533.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/nfc/pn533.c b/drivers/nfc/pn533.c index 22efb6a672c4..32737a68e74f 100644 --- a/drivers/nfc/pn533.c +++ b/drivers/nfc/pn533.c | |||
@@ -149,8 +149,6 @@ MODULE_DEVICE_TABLE(usb, pn533_table); | |||
149 | 149 | ||
150 | struct pn533; | 150 | struct pn533; |
151 | 151 | ||
152 | typedef int (*pn533_cmd_complete_t) (struct pn533 *dev, void *arg, int status); | ||
153 | |||
154 | typedef int (*pn533_send_async_complete_t) (struct pn533 *dev, void *arg, | 152 | typedef int (*pn533_send_async_complete_t) (struct pn533 *dev, void *arg, |
155 | struct sk_buff *resp); | 153 | struct sk_buff *resp); |
156 | 154 | ||