aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
authorEric Lapuyade <eric.lapuyade@intel.com>2012-05-07 12:31:14 +0200
committerJohn W. Linville <linville@tuxdriver.com>2012-05-15 17:28:00 -0400
commitaddfabf98daad7b469ad788a622dbeab6aaaa330 (patch)
tree252043c69754cb2c943530af909bdd567ddd9977 /include/net
parentNFC: Cache the core NFC active target pointer instead of its index (diff)
downloadlinux-dev-addfabf98daad7b469ad788a622dbeab6aaaa330.tar.xz
linux-dev-addfabf98daad7b469ad788a622dbeab6aaaa330.zip
NFC: Remove useless HCI private nfc target table
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>
Diffstat (limited to 'include/net')
-rw-r--r--include/net/nfc/hci.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/nfc/hci.h b/include/net/nfc/hci.h
index aca65a5a9d0d..95fc0c27578e 100644
--- a/include/net/nfc/hci.h
+++ b/include/net/nfc/hci.h
@@ -83,8 +83,6 @@ struct nfc_hci_dev {
u8 gate2pipe[NFC_HCI_MAX_GATES];
bool poll_started;
- struct nfc_target *targets;
- int target_count;
u8 sw_romlib;
u8 sw_patch;