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:
parent
662e66b0e4
commit
a9a71354b0
1 changed files with 2 additions and 2 deletions
|
@ -97,7 +97,7 @@ struct VMBUS_CONNECTION {
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
typedef struct _VMBUS_MSGINFO {
|
struct VMBUS_MSGINFO {
|
||||||
/* Bookkeeping stuff */
|
/* Bookkeeping stuff */
|
||||||
LIST_ENTRY MsgListEntry;
|
LIST_ENTRY MsgListEntry;
|
||||||
|
|
||||||
|
@ -106,7 +106,7 @@ typedef struct _VMBUS_MSGINFO {
|
||||||
|
|
||||||
/* The message itself */
|
/* The message itself */
|
||||||
unsigned char Msg[0];
|
unsigned char Msg[0];
|
||||||
} VMBUS_MSGINFO;
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue