提交 9fcfeab4 编写于 作者: M Milan Dadok 提交者: Greg Kroah-Hartman

Staging: hv: fix oops in vmbus - missing #include

Add missing #includes to make hv module compile successfull.
Signed-off-by: NMilan Dadok <milan@dadok.name>
Cc: Hank Janssen <hjanssen@microsoft.com>
Cc: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 92ec0893
......@@ -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"
......
......@@ -25,6 +25,7 @@
#ifndef _OSD_H_
#define _OSD_H_
#include <linux/workqueue.h>
/* Defines */
#define ALIGN_UP(value, align) (((value) & (align-1)) ? \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册