]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
Staging: hv: remove VMBUS_MSGINFO typedef
authorBill Pemberton <wfp5p@virginia.edu>
Mon, 27 Jul 2009 20:47:43 +0000 (16:47 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 15 Sep 2009 19:01:51 +0000 (12:01 -0700)
Note that this struct doesn't appear to be used anywhere and can
probably be removed.

Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Cc: Hank Janssen <hjanssen@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/hv/VmbusPrivate.h

index 0adc02abf66b9eff756bccbbb3ddfd93335192f3..40e5962dfb723505729ad482d4f7f34bf8008101 100644 (file)
@@ -97,7 +97,7 @@ struct VMBUS_CONNECTION {
 };
 
 
-typedef struct _VMBUS_MSGINFO {
+struct VMBUS_MSGINFO {
        /* Bookkeeping stuff */
        LIST_ENTRY                      MsgListEntry;
 
@@ -106,7 +106,7 @@ typedef struct _VMBUS_MSGINFO {
 
        /* The message itself */
        unsigned char           Msg[0];
-} VMBUS_MSGINFO;
+};