diff --git a/drivers/nfc/pn533.c b/drivers/nfc/pn533.c index 22efb6a672c4dfbab95183472802852ad57598cf..32737a68e74fc548bcaf8ac3cecff0d894432851 100644 --- a/drivers/nfc/pn533.c +++ b/drivers/nfc/pn533.c @@ -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);