summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-02-08 15:22:31 (GMT)
committerMarcel Holtmann <marcel@holtmann.org>2010-02-27 13:05:38 (GMT)
commitca325f698996c1a0770a67f41e7dc97a007d8bc2 (patch)
tree8232f4c0cf8a2bef09b883280d3742735776c842 /include
parentc13854cef4751000b968d4e8ac95796562d5b96f (diff)
downloadlinux-fsl-qoriq-ca325f698996c1a0770a67f41e7dc97a007d8bc2.tar.xz
Bluetooth: Convert inquiry cache to use debugfs instead of sysfs
The output of the inquiry cache is only useful for debugging purposes and so move it into debugfs. Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'include')
-rw-r--r--include/net/bluetooth/hci_core.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h
index 7e65885..4c94c1e 100644
--- a/include/net/bluetooth/hci_core.h
+++ b/include/net/bluetooth/hci_core.h
@@ -134,6 +134,8 @@ struct hci_dev {
atomic_t promisc;
+ struct dentry *debugfs;
+
struct device *parent;
struct device dev;