NFC: pn533: Remove pn533_send_cmd_frame_sync
authorWaldemar Rymarkiewicz <waldemar.rymarkiewicz@tieto.com>
Mon, 26 Nov 2012 13:18:38 +0000 (14:18 +0100)
committerSamuel Ortiz <sameo@linux.intel.com>
Wed, 9 Jan 2013 23:44:30 +0000 (00:44 +0100)
commitcb950d9304b2965bef07e26d6c0eb34a0b1f75fe
tree26226de501519098433b2b59b56882b62f15fcbb
parentd22b2db69035ae3b8f71a58dfe0bd10ae1ee58d5
NFC: pn533: Remove pn533_send_cmd_frame_sync

Remove obsolate pn533_send_cmd_frame_sync() and use
previously added new iface for sync send.

The new interface require the use of individual skb for each
cmd which removes some memcpy calls and hides frame logic.

Signed-off-by: Waldemar Rymarkiewicz <waldemar.rymarkiewicz@tieto.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/nfc/pn533.c