diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2010-02-08 16:22:31 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-02-27 14:05:38 +0100 |
commit | ca325f698996c1a0770a67f41e7dc97a007d8bc2 (patch) | |
tree | 8232f4c0cf8a2bef09b883280d3742735776c842 /include/net | |
parent | c13854cef4751000b968d4e8ac95796562d5b96f (diff) | |
download | linux-ca325f698996c1a0770a67f41e7dc97a007d8bc2.tar.bz2 |
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')
-rw-r--r-- | include/net/bluetooth/hci_core.h | 2 |
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; |