aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/winbond/wb35rx_s.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/winbond/wb35rx_s.h')
-rw-r--r--drivers/staging/winbond/wb35rx_s.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/drivers/staging/winbond/wb35rx_s.h b/drivers/staging/winbond/wb35rx_s.h
index f18350b41c44..4b03274a7d28 100644
--- a/drivers/staging/winbond/wb35rx_s.h
+++ b/drivers/staging/winbond/wb35rx_s.h
@@ -15,8 +15,7 @@
//====================================
// Internal variable for module
//====================================
-typedef struct _WB35RX
-{
+struct wb35_rx {
u32 ByteReceived;// For calculating throughput of BulkIn
atomic_t RxFireCounter;// Does Wb35Rx module fire?
@@ -42,7 +41,4 @@ typedef struct _WB35RX
int EP3VM_status;
u8 * pDRx;
-
-} WB35RX, *PWB35RX;
-
-
+};