aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging
diff options
context:
space:
mode:
authorMariusz Kozlowski <mk@lab.zgora.pl>2011-03-07 14:34:30 -0500
committerGreg Kroah-Hartman <gregkh@suse.de>2011-03-09 19:01:30 -0500
commitdf0d5e6055b0230763da7a8975db1a7886442d93 (patch)
treeeb20ba6060e63535dacbc60867bcfaec156a2d63 /drivers/staging
parent9fe341e834bec1cad92c3f320931d0563674e112 (diff)
staging/hv: add missing include causing build error
This fixes following build error: In file included from drivers/staging/hv/channel.h:28, from drivers/staging/hv/vmbus_private.h:30, from drivers/staging/hv/hv.c:28: drivers/staging/hv/channel_mgmt.h:234: error: field ‘work’ has incomplete type Signed-off-by: Mariusz Kozlowski <mk@lab.zgora.pl> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging')
-rw-r--r--drivers/staging/hv/channel_mgmt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/hv/channel_mgmt.h b/drivers/staging/hv/channel_mgmt.h
index 3368bf14e3c..96f74e2a3c7 100644
--- a/drivers/staging/hv/channel_mgmt.h
+++ b/drivers/staging/hv/channel_mgmt.h
@@ -27,6 +27,7 @@
27 27
28#include <linux/list.h> 28#include <linux/list.h>
29#include <linux/timer.h> 29#include <linux/timer.h>
30#include <linux/workqueue.h>
30#include "ring_buffer.h" 31#include "ring_buffer.h"
31#include "vmbus_channel_interface.h" 32#include "vmbus_channel_interface.h"
32#include "vmbus_packet_format.h" 33#include "vmbus_packet_format.h"