]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/staging/winbond/linux/wb35reg_s.h
Staging: w35und: wb35reg struct typedef removal
[karo-tx-linux.git] / drivers / staging / winbond / linux / wb35reg_s.h
index 54b034034cfb77f83e43d3178c533ff52e80cffb..c77306c585d3ac8ac43bd211e4a7bd56262b96e7 100644 (file)
@@ -85,8 +85,7 @@ struct wb35_reg_queue {
 // Internal variable for module
 //====================================
 #define MAX_SQ3_FILTER_SIZE            5
-typedef struct _WB35REG
-{
+struct wb35_reg {
        //============================
        // Register Bank backup
        //============================
@@ -161,6 +160,6 @@ typedef struct _WB35REG
        u32     SQ3_filter[MAX_SQ3_FILTER_SIZE];
        u32     SQ3_index;
 
-} WB35REG, *PWB35REG;
+};