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: Bill Pemberton <wfp5p@virginia.edu>
Cc: Hank Janssen <hjanssen@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Bill Pemberton 2009-07-27 16:47:43 -04:00 committed by Greg Kroah-Hartman
parent 662e66b0e4
commit a9a71354b0

View 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;
};