]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
staging/hv: add missing include causing build error
authorMariusz Kozlowski <mk@lab.zgora.pl>
Mon, 7 Mar 2011 19:34:30 +0000 (20:34 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 10 Mar 2011 00:01:30 +0000 (16:01 -0800)
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>
drivers/staging/hv/channel_mgmt.h

index 3368bf14e3cda4f2915c058ae7fec30e73c0a0ff..96f74e2a3c7f00c84a302a05c5b2559646920ad3 100644 (file)
@@ -27,6 +27,7 @@
 
 #include <linux/list.h>
 #include <linux/timer.h>
+#include <linux/workqueue.h>
 #include "ring_buffer.h"
 #include "vmbus_channel_interface.h"
 #include "vmbus_packet_format.h"