staging: vt6655: remove typedef from struct vnt_private
authorMalcolm Priestley <tvboxspy@gmail.com>
Sun, 10 Aug 2014 14:47:03 +0000 (15:47 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 16 Aug 2014 19:23:16 +0000 (12:23 -0700)
Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6655/device.h

index 878b6d272555a84a3e317837911e63859dede043..e1a322fa9c024a83a5e27823238cccf242055af1 100644 (file)
@@ -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)
 {