staging: vt6655: remove typedef from struct vnt_private
Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
1bd6375760
commit
80f598ae8a
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue