aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/winbond/wb35rx.c
diff options
context:
space:
mode:
authorPekka Enberg <penberg@kernel.org>2010-09-19 12:28:38 +0300
committerGreg Kroah-Hartman <gregkh@suse.de>2010-09-21 10:44:55 -0700
commitc4d562a99fdf6ef66ee974f54efea66d09d504cf (patch)
treeeb766f373496f2dd30c428a1d8c1b4c6b078dbb9 /drivers/staging/winbond/wb35rx.c
parentstaging: w35und: Kill dead HAL macros in wbhal_f.h (diff)
downloadlinux-dev-c4d562a99fdf6ef66ee974f54efea66d09d504cf.tar.xz
linux-dev-c4d562a99fdf6ef66ee974f54efea66d09d504cf.zip
staging: w35und: Remove remaining typedef declarations
This patch removes remaining typedef declarations from the w35und driver. Most of them were unused so I just killed them off completely. Cc: Lars Lindley <lindley@coyote.org> Acked-by: Pavel Machek <pavel@ucw.cz> Cc: Ruslan Pisarev <ruslan@rpisarev.org.ua> Signed-off-by: Pekka Enberg <penberg@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/winbond/wb35rx.c')
-rw-r--r--drivers/staging/winbond/wb35rx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/winbond/wb35rx.c b/drivers/staging/winbond/wb35rx.c
index efe82b141c10..448514aada44 100644
--- a/drivers/staging/winbond/wb35rx.c
+++ b/drivers/staging/winbond/wb35rx.c
@@ -160,7 +160,7 @@ static void Wb35Rx_Complete(struct urb *urb)
u32 SizeCheck;
u16 BulkLength;
u32 RxBufferId;
- R00_DESCRIPTOR R00;
+ struct R00_descriptor R00;
/* Variable setting */
pWb35Rx->EP3vm_state = VM_COMPLETED;