summaryrefslogtreecommitdiff
path: root/drivers/staging/winbond
diff options
context:
space:
mode:
authorAshvini Varatharaj <ashvinivaratharaj@gmail.com>2013-10-22 14:34:48 +0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-10-27 18:05:59 +0400
commitb1ad55e64c5beea4440b4b70cdf26e8258cbf58c (patch)
tree2770347a6183153f384300aed1ce959689375aae /drivers/staging/winbond
parentf68cae405b170882d3c96008186afd862882f007 (diff)
downloadlinux-b1ad55e64c5beea4440b4b70cdf26e8258cbf58c.tar.xz
Staging: winbond: removing unused variables thread_count and link_name[]
Removing the variable thread_count and link_name[WB_MAX_LINK_NAME_LEN] array since they are not used elsewhere in the driver Signed-off-by: Ashvini Varatharaj <ashvinivaratharaj@gmail.com> Reviewed-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/winbond')
-rw-r--r--drivers/staging/winbond/core.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/staging/winbond/core.h b/drivers/staging/winbond/core.h
index 270e8a19098b..fc0ef24fad3b 100644
--- a/drivers/staging/winbond/core.h
+++ b/drivers/staging/winbond/core.h
@@ -52,13 +52,9 @@ struct wbsoft_priv {
struct hw_data sHwData; /*For HAL */
struct wb35_mds Mds;
- atomic_t thread_count;
-
u32 RxByteCount;
u32 TxByteCount;
- u8 link_name[WB_MAX_LINK_NAME_LEN];
-
bool enabled;
};