mirror of https://gitee.com/openkylin/linux.git
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:
parent
10cff29af6
commit
96aac226a4
|
@ -149,8 +149,6 @@ MODULE_DEVICE_TABLE(usb, pn533_table);
|
||||||
|
|
||||||
struct pn533;
|
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,
|
typedef int (*pn533_send_async_complete_t) (struct pn533 *dev, void *arg,
|
||||||
struct sk_buff *resp);
|
struct sk_buff *resp);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue