]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
Staging: hv: Get rid of some unnecessary state from struct vmbus_msginfo
authorK. Y. Srinivasan <kys@microsoft.com>
Tue, 10 May 2011 14:55:40 +0000 (07:55 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 11 May 2011 20:49:15 +0000 (13:49 -0700)
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>
drivers/staging/hv/vmbus_private.h

index 6f0d8df5e1788a2b96923c1e4ddc16ca02b9ac98..bea331e4af97812476732761488e8a9a104c3547 100644 (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];
 };