From 65144de7989badce1782cc3319d9b8b2b5805acc Mon Sep 17 00:00:00 2001 From: Pekka Enberg Date: Wed, 22 Oct 2008 11:02:37 +0300 Subject: Staging: w35und: wb35reg struct typedef removal This patch removes the WB35REG struct typedefs and fixes up variable names that use the type. Signed-off-by: Pekka Enberg Acked-by: Pavel Machek Signed-off-by: Greg Kroah-Hartman --- drivers/staging/winbond/linux/wb35reg_s.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'drivers/staging/winbond/linux/wb35reg_s.h') diff --git a/drivers/staging/winbond/linux/wb35reg_s.h b/drivers/staging/winbond/linux/wb35reg_s.h index 54b034034cf..c77306c585d 100644 --- a/drivers/staging/winbond/linux/wb35reg_s.h +++ b/drivers/staging/winbond/linux/wb35reg_s.h @@ -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; +}; -- cgit v1.2.2