aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth
diff options
context:
space:
mode:
authorRahul Tank <rahult@marvell.com>2009-09-28 19:43:35 -0700
committerMarcel Holtmann <marcel@holtmann.org>2009-12-03 19:34:17 +0100
commitb3cf652afb5404685e3d7ed6780a8d1fa10e21da (patch)
treedad88a6c246aa0a69c83087f05d344d5b1f41864 /drivers/bluetooth
parentsunhme: fix dma warning in Sun HME (diff)
downloadlinux-dev-b3cf652afb5404685e3d7ed6780a8d1fa10e21da.tar.xz
linux-dev-b3cf652afb5404685e3d7ed6780a8d1fa10e21da.zip
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 {
struct dentry *root_dir, *config_dir, *status_dir;
/* config */
- struct dentry *drvdbg;
struct dentry *psmode;
struct dentry *pscmd;
struct dentry *hsmode;