NFC: HCI drivers don't have to keep track of polling state

The NFC core code already does that for them.

Signed-off-by: Eric Lapuyade <eric.lapuyade@intel.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
Eric Lapuyade
2012-05-07 12:31:31 +02:00
committed by John W. Linville
parent 4333459fb7
commit 03bed29e05
2 changed files with 4 additions and 19 deletions
-2
View File
@@ -84,8 +84,6 @@ struct nfc_hci_dev {
u8 gate2pipe[NFC_HCI_MAX_GATES];
bool poll_started;
u8 sw_romlib;
u8 sw_patch;
u8 sw_flashlib_major;