]> Pileus Git - ~andy/linux/commitdiff
Staging: bcm: Remove typedef from "eInterface_setting" in Adapter.h
authorKevin McKinney <klmckinney1@gmail.com>
Sat, 26 May 2012 16:04:53 +0000 (12:04 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 5 Jun 2012 04:06:34 +0000 (21:06 -0700)
This patch removes the typedef from
eInterface_setting, and renames the enum
to bcm_einterface_setting.

Signed-off-by: Kevin McKinney <klmckinney1@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/bcm/Adapter.h

index aa51d17be5a1cbdd0b8413fc1c36542715467700..a67022f2387156545bbdcbf5206154355bc9c49d 100644 (file)
@@ -585,9 +585,9 @@ int InitAdapter(PMINI_ADAPTER psAdapter);
 #define EP5 4
 #define EP6 5
 
-typedef enum eInterface_setting {
+enum bcm_einterface_setting {
        DEFAULT_SETTING_0  = 0,
        ALTERNATE_SETTING_1 = 1,
-} INTERFACE_SETTING;
+};
 
 #endif /* __ADAPTER_H__ */