dect
/
linux-2.6
Archived
13
0
Fork 0

staging: rtl8192e: Convert typedef dm_dig_dbg_e to enum dm_dig_dbg

Remove typedef from enum.
Rename enum.
Rename uses.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2011-07-19 20:08:51 -05:00
parent 89cc54bc78
commit 811ad0fdac
1 changed files with 2 additions and 3 deletions

View File

@ -180,12 +180,11 @@ enum dm_dig_ext_port_alg {
DIG_EXT_PORT_STAGE_MAX = 4,
};
typedef enum _dm_dig_dbg_e
{
enum dm_dig_dbg {
DIG_DBG_OFF = 0,
DIG_DBG_ON = 1,
DIG_DBG_MAX
} dm_dig_dbg_e;
};
typedef enum _dm_dig_connect_e
{