]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/staging/winbond/wb35rx_s.h
Merge branch 'omap-pool'
[linux-2.6-omap-h63xx.git] / drivers / staging / winbond / wb35rx_s.h
index f18350b41c44a999459891fdb47127af7d7ed702..4b03274a7d28336f9600d876baca098d70f35aa7 100644 (file)
@@ -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;
-
-
+};