diff --git a/drivers/staging/winbond/core.h b/drivers/staging/winbond/core.h index 270e8a19098bd1ad02864cc19770925946d0e1ed..fc0ef24fad3b10f3ffc732957e89f9c8eddf9ba3 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; };