mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 10:11:52 -04:00
staging: rtl8192e: Convert typedef dm_dig_cs_ratio_e to enum dm_dig_cs_ratio
Remove typedef from enum. Rename enum. Rename uses. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
@@ -203,12 +203,11 @@ enum dm_dig_pd_th {
|
||||
DIG_PD_MAX
|
||||
};
|
||||
|
||||
typedef enum _dm_dig_cs_ratio_e
|
||||
{
|
||||
enum dm_dig_cs_ratio {
|
||||
DIG_CS_RATIO_LOWER = 0,
|
||||
DIG_CS_RATIO_HIGHER = 1,
|
||||
DIG_CS_MAX
|
||||
} dm_dig_cs_ratio_e;
|
||||
};
|
||||
|
||||
struct drx_path_sel {
|
||||
u8 Enable;
|
||||
|
||||
Reference in New Issue
Block a user