summaryrefslogtreecommitdiff
path: root/include/net/nfc/hci.h
diff options
context:
space:
mode:
authorEric Lapuyade <eric.lapuyade@linux.intel.com>2013-09-03 13:51:00 +0400
committerSamuel Ortiz <sameo@linux.intel.com>2013-09-25 03:35:40 +0400
commit08f13acff960d6c95a371f67ab98785aa9969179 (patch)
treebaa28595daf61deef24a83477e53d25d2030c102 /include/net/nfc/hci.h
parentd593751129ec26762412b2fa7afe9c9258923340 (diff)
downloadlinux-08f13acff960d6c95a371f67ab98785aa9969179.tar.xz
NFC: Move struct nfc_phy_ops out of HCI up to nfc core level
struct nfc_phy_ops is not an HCI structure only, it can also be used by NCI or direct NFC Core drivers. Signed-off-by: Eric Lapuyade <eric.lapuyade@intel.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'include/net/nfc/hci.h')
-rw-r--r--include/net/nfc/hci.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/net/nfc/hci.h b/include/net/nfc/hci.h
index b64b7bce4b94..2eca2960ca9c 100644
--- a/include/net/nfc/hci.h
+++ b/include/net/nfc/hci.h
@@ -24,12 +24,6 @@
#include <net/nfc/nfc.h>
-struct nfc_phy_ops {
- int (*write)(void *dev_id, struct sk_buff *skb);
- int (*enable)(void *dev_id);
- void (*disable)(void *dev_id);
-};
-
struct nfc_hci_dev;
struct nfc_hci_ops {