diff options
-rw-r--r-- | drivers/staging/hv/VmbusPrivate.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/hv/VmbusPrivate.h b/drivers/staging/hv/VmbusPrivate.h index 0adc02abf66..40e5962dfb7 100644 --- a/drivers/staging/hv/VmbusPrivate.h +++ b/drivers/staging/hv/VmbusPrivate.h @@ -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; +}; |