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>
This commit is contained in:
Waldemar Rymarkiewicz 2013-04-03 08:02:15 +02:00 committed by Samuel Ortiz
parent 10cff29af6
commit 96aac226a4
1 changed files with 0 additions and 2 deletions

View File

@ -149,8 +149,6 @@ MODULE_DEVICE_TABLE(usb, pn533_table);
struct pn533;
typedef int (*pn533_cmd_complete_t) (struct pn533 *dev, void *arg, int status);
typedef int (*pn533_send_async_complete_t) (struct pn533 *dev, void *arg,
struct sk_buff *resp);