aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth
diff options
context:
space:
mode:
authorRahul Tank <rahult@marvell.com>2009-09-28 22:43:35 -0400
committerMarcel Holtmann <marcel@holtmann.org>2009-12-03 13:34:17 -0500
commitb3cf652afb5404685e3d7ed6780a8d1fa10e21da (patch)
treedad88a6c246aa0a69c83087f05d344d5b1f41864 /drivers/bluetooth
parentff236f7af82fae0818d7cbb5a0717d3218d00bdd (diff)
Bluetooth: Removal of unused variable in btmrvl driver
This patch removes unused variable "drvdbg" from btmrvl_debugfs_data structure. Signed-off-by: Rahul Tank <rahult@marvell.com> Signed-off-by: Bing Zhao <bzhao@marvell.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'drivers/bluetooth')
-rw-r--r--drivers/bluetooth/btmrvl_debugfs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/bluetooth/btmrvl_debugfs.c b/drivers/bluetooth/btmrvl_debugfs.c
index 4617bd12f63b..d43b5cb864ef 100644
--- a/drivers/bluetooth/btmrvl_debugfs.c
+++ b/drivers/bluetooth/btmrvl_debugfs.c
@@ -29,7 +29,6 @@ struct btmrvl_debugfs_data {
29 struct dentry *root_dir, *config_dir, *status_dir; 29 struct dentry *root_dir, *config_dir, *status_dir;
30 30
31 /* config */ 31 /* config */
32 struct dentry *drvdbg;
33 struct dentry *psmode; 32 struct dentry *psmode;
34 struct dentry *pscmd; 33 struct dentry *pscmd;
35 struct dentry *hsmode; 34 struct dentry *hsmode;