summaryrefslogtreecommitdiff
path: root/drivers/staging/winbond
diff options
context:
space:
mode:
authorPekka Enberg <penberg@kernel.org>2010-11-01 22:29:31 +0200
committerGreg Kroah-Hartman <gregkh@suse.de>2010-11-09 16:07:01 -0800
commit4d26d7e6ba3fffd224560acd586526bf2f2f4f73 (patch)
tree79eabcd55d7ef366b0848b13a0c48e0f3d82e026 /drivers/staging/winbond
parent87cb9a6310bc5183de196b25ef6adfda3080a744 (diff)
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>
Diffstat (limited to 'drivers/staging/winbond')
-rw-r--r--drivers/staging/winbond/wbhal.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/winbond/wbhal.h b/drivers/staging/winbond/wbhal.h
index 1c91588fc5b3..dcf3b213b4f1 100644
--- a/drivers/staging/winbond/wbhal.h
+++ b/drivers/staging/winbond/wbhal.h
@@ -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 */
};