projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87cb9a6
)
Staging: w35und: Kill struct hwdata ->SurpriseRemoveCount
author
Pekka Enberg
<penberg@kernel.org>
Mon, 1 Nov 2010 20:29:31 +0000
(22:29 +0200)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Wed, 10 Nov 2010 00:07:01 +0000
(16:07 -0800)
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>
drivers/staging/winbond/wbhal.h
patch
|
blob
|
blame
|
history
diff --git
a/drivers/staging/winbond/wbhal.h
b/drivers/staging/winbond/wbhal.h
index 1c91588fc5b371883e11eac621a7233e8e84dac0..dcf3b213b4f15b2775f6b1186612ca072c417b39 100644
(file)
--- 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 */
};