Commit a9a71354 authored by Bill Pemberton's avatar Bill Pemberton Committed by Greg Kroah-Hartman

Staging: hv: remove VMBUS_MSGINFO typedef

Note that this struct doesn't appear to be used anywhere and can
probably be removed.
Signed-off-by: default avatarBill Pemberton <wfp5p@virginia.edu>
Cc: Hank Janssen <hjanssen@microsoft.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 662e66b0
......@@ -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;
};
......
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