summaryrefslogtreecommitdiffstats
path: root/drivers/staging/bcm/Adapter.h
diff options
context:
space:
mode:
authorKevin McKinney2012-05-26 18:04:53 +0200
committerGreg Kroah-Hartman2012-06-05 06:06:34 +0200
commit76cc6f92039208e04291af751c5d46568aa24162 (patch)
tree505a33d69222de545104f8c04ca0a1588956755f /drivers/staging/bcm/Adapter.h
parentstaging "rts_pstor" fix some typos while reading through rts_pstor (diff)
downloadkernel-qcow2-linux-76cc6f92039208e04291af751c5d46568aa24162.tar.gz
kernel-qcow2-linux-76cc6f92039208e04291af751c5d46568aa24162.tar.xz
kernel-qcow2-linux-76cc6f92039208e04291af751c5d46568aa24162.zip
Staging: bcm: Remove typedef from "eInterface_setting" in Adapter.h
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>
Diffstat (limited to 'drivers/staging/bcm/Adapter.h')
-rw-r--r--drivers/staging/bcm/Adapter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/bcm/Adapter.h b/drivers/staging/bcm/Adapter.h
index aa51d17be5a1..a67022f23871 100644
--- a/drivers/staging/bcm/Adapter.h
+++ b/drivers/staging/bcm/Adapter.h
@@ -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__ */