public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] 3/3 staging: hv: fix oops in vmbus - missing #include
@ 2009-10-28 22:23 Milan Dadok
  2009-10-28 22:31 ` Greg KH
  0 siblings, 1 reply; 6+ messages in thread
From: Milan Dadok @ 2009-10-28 22:23 UTC (permalink / raw)
  To: 'Greg Kroah-Hartman'
  Cc: linux-kernel, 'Hank Janssen', 'Haiyang Zhang'

Add missing #include to make hv module compile successfull.

Signed-off-by: Milan Dadok <milan@dadok.name>

---
diff -uprN -X /usr/src/linux/Documentation/dontdiff
/usr/src/linux-2.6.32-rc5/drivers/staging/hv/ChannelMgmt.h
/usr/src/linux/drivers/staging/hv/ChannelMgmt.h
--- /usr/src/linux-2.6.32-rc5/drivers/staging/hv/ChannelMgmt.h  2009-10-28
18:13:04.000000000 +0100
+++ /usr/src/linux/drivers/staging/hv/ChannelMgmt.h     2009-10-28
17:47:28.000000000 +0100
@@ -26,6 +26,7 @@
 #define _CHANNEL_MGMT_H_

 #include <linux/list.h>
+#include <linux/timer.h>
 #include "RingBuffer.h"
 #include "VmbusChannelInterface.h"
 #include "VmbusPacketFormat.h"
diff -uprN -X /usr/src/linux/Documentation/dontdiff
/usr/src/linux-2.6.32-rc5/drivers/staging/hv/osd.h
/usr/src/linux/drivers/staging/hv/osd.h
--- /usr/src/linux-2.6.32-rc5/drivers/staging/hv/osd.h  2009-10-28
18:13:04.000000000 +0100
+++ /usr/src/linux/drivers/staging/hv/osd.h     2009-10-28
17:51:08.000000000 +0100
@@ -25,6 +25,7 @@
 #ifndef _OSD_H_
 #define _OSD_H_

+#include <linux/workqueue.h>

 /* Defines */
 #define ALIGN_UP(value, align) (((value) & (align-1)) ?                \
---


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-10-29  0:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-28 22:23 [PATCH] 3/3 staging: hv: fix oops in vmbus - missing #include Milan Dadok
2009-10-28 22:31 ` Greg KH
2009-10-28 22:54   ` Milan Dadok
2009-10-28 23:01     ` Greg KH
2009-10-29  0:14       ` Hank Janssen
2009-10-29  0:27         ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox