Skip to content

Commit

Permalink
Staging: w35und: Kill struct hwdata ->SurpriseRemoveCount
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Pekka Enberg authored and Greg Kroah-Hartman committed Nov 10, 2010
1 parent 87cb9a6 commit 4d26d7e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/staging/winbond/wbhal.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
};
Expand Down

0 comments on commit 4d26d7e

Please sign in to comment.