Commit 2278a29d authored by Larry Finger's avatar Larry Finger

staging: rtl8192e: Convert typedef rtl_fs_debug to struct rtl_fs_debug

Remove typedef from struct.
Rename struct.
Rename uses.
Signed-off-by: default avatarLarry Finger <Larry.Finger@lwfinger.net>
parent bdc632bc
...@@ -257,15 +257,14 @@ do { if (rt_global_debug_component & component) \ ...@@ -257,15 +257,14 @@ do { if (rt_global_debug_component & component) \
} \ } \
} while (0) } while (0)
typedef struct _rtl_fs_debug struct rtl_fs_debug {
{
const char *name; const char *name;
struct dentry *dir_drv; struct dentry *dir_drv;
struct dentry *debug_register; struct dentry *debug_register;
u32 hw_type; u32 hw_type;
u32 hw_offset; u32 hw_offset;
bool hw_holding; bool hw_holding;
} rtl_fs_debug; };
void print_buffer(u32 *buffer, int len); void print_buffer(u32 *buffer, int len);
void dump_eprom(struct net_device *dev); void dump_eprom(struct net_device *dev);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment