Skip to content

Commit

Permalink
staging: rtl8192e: Convert typedef dm_dig_dbg_e to enum dm_dig_dbg
Browse files Browse the repository at this point in the history
Remove typedef from enum.
Rename enum.
Rename uses.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
  • Loading branch information
Larry Finger authored and Larry Finger committed Aug 24, 2011
1 parent 89cc54b commit 811ad0f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions drivers/staging/rtl8192e/rtl_dm.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 811ad0f

Please sign in to comment.