[PATCH 225/641] Staging: hv: remove VMBUS_MSGINFO typedef

Greg Kroah-Hartman gregkh at suse.de
Tue Sep 15 19:07:36 UTC 2009


From: Bill Pemberton <wfp5p at virginia.edu>

Note that this struct doesn't appear to be used anywhere and can
probably be removed.

Signed-off-by: Bill Pemberton <wfp5p at virginia.edu>
Cc: Hank Janssen <hjanssen at microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh at suse.de>
---
 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 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;
+};
 
 
 
-- 
1.6.4.2




More information about the devel mailing list