summaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/osd.h
diff options
context:
space:
mode:
authorMilan Dadok2009-10-28 23:23:50 +0100
committerGreg Kroah-Hartman2009-10-30 22:47:43 +0100
commit9fcfeab4e99c0e26df7426dbc6530d741934ed83 (patch)
treed1c4c81d182c010e79c6544e0dcd85ebc34b2354 /drivers/staging/hv/osd.h
parentStaging: hv: fix oops in vmbus - netvsc list_head (diff)
downloadkernel-qcow2-linux-9fcfeab4e99c0e26df7426dbc6530d741934ed83.tar.gz
kernel-qcow2-linux-9fcfeab4e99c0e26df7426dbc6530d741934ed83.tar.xz
kernel-qcow2-linux-9fcfeab4e99c0e26df7426dbc6530d741934ed83.zip
Staging: hv: fix oops in vmbus - missing #include
Add missing #includes to make hv module compile successfull. Signed-off-by: Milan Dadok <milan@dadok.name> Cc: Hank Janssen <hjanssen@microsoft.com> Cc: Haiyang Zhang <haiyangz@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/hv/osd.h')
-rw-r--r--drivers/staging/hv/osd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/hv/osd.h b/drivers/staging/hv/osd.h
index 9504604c72bd..ce064e8ea644 100644
--- a/drivers/staging/hv/osd.h
+++ b/drivers/staging/hv/osd.h
@@ -25,6 +25,7 @@
#ifndef _OSD_H_
#define _OSD_H_
+#include <linux/workqueue.h>
/* Defines */
#define ALIGN_UP(value, align) (((value) & (align-1)) ? \