mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 11:46:19 +00:00
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>
This commit is contained in:
parent
92ec0893ad
commit
9fcfeab4e9
2 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
||||||
#define _CHANNEL_MGMT_H_
|
#define _CHANNEL_MGMT_H_
|
||||||
|
|
||||||
#include <linux/list.h>
|
#include <linux/list.h>
|
||||||
|
#include <linux/timer.h>
|
||||||
#include "RingBuffer.h"
|
#include "RingBuffer.h"
|
||||||
#include "VmbusChannelInterface.h"
|
#include "VmbusChannelInterface.h"
|
||||||
#include "VmbusPacketFormat.h"
|
#include "VmbusPacketFormat.h"
|
||||||
|
|
|
@ -25,6 +25,7 @@
|
||||||
#ifndef _OSD_H_
|
#ifndef _OSD_H_
|
||||||
#define _OSD_H_
|
#define _OSD_H_
|
||||||
|
|
||||||
|
#include <linux/workqueue.h>
|
||||||
|
|
||||||
/* Defines */
|
/* Defines */
|
||||||
#define ALIGN_UP(value, align) (((value) & (align-1)) ? \
|
#define ALIGN_UP(value, align) (((value) & (align-1)) ? \
|
||||||
|
|
Loading…
Reference in a new issue