Commit 80f598ae authored by Malcolm Priestley's avatar Malcolm Priestley Committed by Greg Kroah-Hartman

staging: vt6655: remove typedef from struct vnt_private

Signed-off-by: default avatarMalcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 1bd63757
......@@ -337,8 +337,7 @@ typedef struct __device_opt {
u32 flags;
} OPTIONS, *POPTIONS;
/* TODO Convert all functions to struct vnt_private and remove typedef */
typedef struct vnt_private {
struct vnt_private {
struct vnt_private *next;
struct vnt_private *prev;
......@@ -743,7 +742,7 @@ typedef struct vnt_private {
struct iw_statistics wstats; // wireless stats
bool bCommit;
} DEVICE_INFO, *PSDevice;
};
static inline bool device_get_ip(struct vnt_private *pInfo)
{
......
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