aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/hv/vmbus_api.h
diff options
context:
space:
mode:
authorK. Y. Srinivasan <kys@microsoft.com>2011-03-07 13:34:27 -0800
committerGreg Kroah-Hartman <gregkh@suse.de>2011-03-07 14:19:29 -0800
commita3c7fe9a333516a14b34cf57684e864ecd2145ce (patch)
treeed013c8046978a0e00ad3ac73fb553a5969155c6 /drivers/staging/hv/vmbus_api.h
parent4af27d7036cfd8403814ca7448474a5c18b8b906 (diff)
Staging: hv: Move probe_failed_work_item from vm_device
In preparation for consolidating all device related state into struct hv_device, move probe_failed_work_item from vm_device to hv_device. Signed-off-by: K. Y. Srinivasan <kys@microsoft.com> Signed-off-by: Abhishek Kane <v-abkane@microsoft.com> Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com> Signed-off-by: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/hv/vmbus_api.h')
-rw-r--r--drivers/staging/hv/vmbus_api.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/staging/hv/vmbus_api.h b/drivers/staging/hv/vmbus_api.h
index 7f891fb10d3..60e40004e28 100644
--- a/drivers/staging/hv/vmbus_api.h
+++ b/drivers/staging/hv/vmbus_api.h
@@ -26,6 +26,7 @@
#define _VMBUS_API_H_
#include <linux/device.h>
+#include <linux/workqueue.h>
#define MAX_PAGE_BUFFER_COUNT 16
#define MAX_MULTIPAGE_BUFFER_COUNT 32 /* 128K */
@@ -117,6 +118,8 @@ struct hv_device {
char name[64];
+ struct work_struct probe_failed_work_item;
+
/* the device type id of this device */
struct hv_guid dev_type;