Skip to content

Commit

Permalink
staging: rtl8192e: Convert typedef rtl_fs_debug to struct rtl_fs_debug
Browse files Browse the repository at this point in the history
Remove typedef from struct.
Rename struct.
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 bdc632b commit 2278a29
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions drivers/staging/rtl8192e/rtl_debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -257,15 +257,14 @@ do { if (rt_global_debug_component & component) \
} \
} while (0)

typedef struct _rtl_fs_debug
{
struct rtl_fs_debug {
const char *name;
struct dentry *dir_drv;
struct dentry *debug_register;
u32 hw_type;
u32 hw_offset;
bool hw_holding;
} rtl_fs_debug;
};

void print_buffer(u32 *buffer, int len);
void dump_eprom(struct net_device *dev);
Expand Down

0 comments on commit 2278a29

Please sign in to comment.