mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-09 22:50:41 +00:00
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>
This commit is contained in:
parent
f68cae405b
commit
b1ad55e64c
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user