mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-14 00:39:30 -04:00
staging: rtl8192e: Convert typedef VERSION_8190 to enum version_8190_loopback
Remove typedef from enum. Rename enum. Rename uses. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
@@ -129,10 +129,10 @@ enum rtl819x_loopback {
|
||||
#define HAL_PRIME_CHNL_OFFSET_UPPER 2
|
||||
|
||||
|
||||
typedef enum _VERSION_8190{
|
||||
enum version_8190_loopback {
|
||||
VERSION_8190_BD=0x3,
|
||||
VERSION_8190_BE
|
||||
} VERSION_8190,*PVERSION_8190;
|
||||
};
|
||||
|
||||
#define IC_VersionCut_C 0x2
|
||||
#define IC_VersionCut_D 0x3
|
||||
|
||||
Reference in New Issue
Block a user