Staging: hv: Get rid of some unnecessary state from struct vmbus_msginfo

This state is not used anywhere; get rid of it.

Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: Abhishek Kane <v-abkane@microsoft.com>
Signed-off-by: Hank Janssen <hjanssen@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
K. Y. Srinivasan 2011-05-10 07:55:40 -07:00 committed by Greg Kroah-Hartman
parent 9568a1931c
commit bc1bf5dd63
1 changed files with 0 additions and 4 deletions

View File

@ -91,10 +91,6 @@ struct vmbus_msginfo {
/* Bookkeeping stuff */
struct list_head msglist_entry;
/* Synchronize the request/response if needed */
int wait_condition;
wait_queue_head_t wait_event;
/* The message itself */
unsigned char msg[0];
};