projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
662e66b
)
Staging: hv: remove VMBUS_MSGINFO typedef
author
Bill Pemberton
<wfp5p@virginia.edu>
Mon, 27 Jul 2009 20:47:43 +0000
(16:47 -0400)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 15 Sep 2009 19:01:51 +0000
(12:01 -0700)
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>
drivers/staging/hv/VmbusPrivate.h
patch
|
blob
|
history
diff --git
a/drivers/staging/hv/VmbusPrivate.h
b/drivers/staging/hv/VmbusPrivate.h
index 0adc02abf66b9eff756bccbbb3ddfd93335192f3..40e5962dfb723505729ad482d4f7f34bf8008101 100644
(file)
--- 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
;
+};