aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/hci_core.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-02-08 16:22:31 +0100
committerMarcel Holtmann <marcel@holtmann.org>2010-02-27 14:05:38 +0100
commitca325f698996c1a0770a67f41e7dc97a007d8bc2 (patch)
tree8232f4c0cf8a2bef09b883280d3742735776c842 /include/net/bluetooth/hci_core.h
parentBluetooth: Convert controller hdev->type to hdev->bus (diff)
downloadlinux-dev-ca325f698996c1a0770a67f41e7dc97a007d8bc2.tar.xz
linux-dev-ca325f698996c1a0770a67f41e7dc97a007d8bc2.zip
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/net/bluetooth/hci_core.h')
-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 7e65885290d5..4c94c1e233a2 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;