diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2010-02-08 10:22:31 -0500 |
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2010-02-27 08:05:38 -0500 |
| commit | ca325f698996c1a0770a67f41e7dc97a007d8bc2 (patch) | |
| tree | 8232f4c0cf8a2bef09b883280d3742735776c842 /include | |
| parent | c13854cef4751000b968d4e8ac95796562d5b96f (diff) | |
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.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 { | |||
| 134 | 134 | ||
| 135 | atomic_t promisc; | 135 | atomic_t promisc; |
| 136 | 136 | ||
| 137 | struct dentry *debugfs; | ||
| 138 | |||
| 137 | struct device *parent; | 139 | struct device *parent; |
| 138 | struct device dev; | 140 | struct device dev; |
| 139 | 141 | ||
