Cc: Hank Janssen <hjanssen@microsoft.com> Cc: Haiyang Zhang <haiyangz@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
@@ -24,7 +24,7 @@
#include <linux/module.h>
#include "osd.h"
#include "logging.h"
-#include "VmbusPrivate.h"
+#include "vmbus_private.h"
/* Internal routines */
static int VmbusChannelCreateGpadlHeader(
@@ -23,7 +23,7 @@
#include <linux/kernel.h>
#include <linux/mm.h>
static int IVmbusChannelOpen(struct hv_device *device, u32 SendBufferSize,
u32 RecvRingBufferSize, void *UserData,
@@ -25,7 +25,7 @@
#include "utils.h"
struct vmbus_channel_message_table_entry {
@@ -26,7 +26,7 @@
#include <linux/vmalloc.h>
struct VMBUS_CONNECTION gVmbusConnection = {
/* The one and only */
struct hv_context gHvContext = {
@@ -32,7 +32,7 @@
#include "VmbusChannelInterface.h"
#include "VersionInfo.h"
#include "channel.h"
#include "vmbus_api.h"
static const char *gDriverName = "vmbus";