diff options
author | Ashvini Varatharaj <[email protected]> | 2013-10-22 16:04:48 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2013-10-27 07:05:59 -0700 |
commit | b1ad55e64c5beea4440b4b70cdf26e8258cbf58c (patch) | |
tree | 2770347a6183153f384300aed1ce959689375aae | |
parent | f68cae405b170882d3c96008186afd862882f007 (diff) |
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 <[email protected]>
Reviewed-by: Peter P Waskiewicz Jr <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | drivers/staging/winbond/core.h | 4 |
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; }; |