Skip to content

Commit

Permalink
staging: rtl8192e: Convert typedef DM_DIG_EXT_PORT_ALG_E to enum dm_d…
Browse files Browse the repository at this point in the history
…ig_ext_port_alg

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 defb880 commit 89cc54b
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 @@ -172,14 +172,13 @@ enum dm_dig_two_port_alg {
};


typedef enum _DM_DIG_EXT_PORT_ALG_E
{
enum dm_dig_ext_port_alg {
DIG_EXT_PORT_STAGE_0 = 0,
DIG_EXT_PORT_STAGE_1 = 1,
DIG_EXT_PORT_STAGE_2 = 2,
DIG_EXT_PORT_STAGE_3 = 3,
DIG_EXT_PORT_STAGE_MAX = 4,
} DM_DIG_EXT_PORT_ALG_E;
};

typedef enum _dm_dig_dbg_e
{
Expand Down

0 comments on commit 89cc54b

Please sign in to comment.