summaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/VmbusPrivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/hv/VmbusPrivate.h')
-rw-r--r--drivers/staging/hv/VmbusPrivate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/hv/VmbusPrivate.h b/drivers/staging/hv/VmbusPrivate.h
index 0adc02a..40e5962 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;
+};
OpenPOWER on IntegriCloud