Staging: w35und: Kill struct hwdata ->SurpriseRemoveCount
This patch kills the ->SurpriseRemoveCount member of struct hwdata. It's not used at all so it's safe to remove it. Acked-by: Pavel Machek <pavel@ucw.cz> Signed-off-by: Pekka Enberg <penberg@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
87cb9a6310
commit
4d26d7e6ba
1 changed files with 0 additions and 2 deletions
|
@ -507,8 +507,6 @@ struct hw_data {
|
|||
u32 RxByteCountLast;
|
||||
u32 TxByteCountLast;
|
||||
|
||||
atomic_t SurpriseRemoveCount;
|
||||
|
||||
/* For global timer */
|
||||
u32 time_count; /* TICK_TIME_100ms 1 = 100ms */
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue