Commit 72daf320 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

Staging: hv: rename VmbusPrivate.h to vmbus_private.h

Cc: Hank Janssen <hjanssen@microsoft.com>
Cc: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 447fc67e
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
#include <linux/module.h> #include <linux/module.h>
#include "osd.h" #include "osd.h"
#include "logging.h" #include "logging.h"
#include "VmbusPrivate.h" #include "vmbus_private.h"
/* Internal routines */ /* Internal routines */
static int VmbusChannelCreateGpadlHeader( static int VmbusChannelCreateGpadlHeader(
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/mm.h> #include <linux/mm.h>
#include "osd.h" #include "osd.h"
#include "VmbusPrivate.h" #include "vmbus_private.h"
static int IVmbusChannelOpen(struct hv_device *device, u32 SendBufferSize, static int IVmbusChannelOpen(struct hv_device *device, u32 SendBufferSize,
u32 RecvRingBufferSize, void *UserData, u32 RecvRingBufferSize, void *UserData,
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
#include <linux/module.h> #include <linux/module.h>
#include "osd.h" #include "osd.h"
#include "logging.h" #include "logging.h"
#include "VmbusPrivate.h" #include "vmbus_private.h"
#include "utils.h" #include "utils.h"
struct vmbus_channel_message_table_entry { struct vmbus_channel_message_table_entry {
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
#include <linux/vmalloc.h> #include <linux/vmalloc.h>
#include "osd.h" #include "osd.h"
#include "logging.h" #include "logging.h"
#include "VmbusPrivate.h" #include "vmbus_private.h"
struct VMBUS_CONNECTION gVmbusConnection = { struct VMBUS_CONNECTION gVmbusConnection = {
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
#include <linux/vmalloc.h> #include <linux/vmalloc.h>
#include "osd.h" #include "osd.h"
#include "logging.h" #include "logging.h"
#include "VmbusPrivate.h" #include "vmbus_private.h"
/* The one and only */ /* The one and only */
struct hv_context gHvContext = { struct hv_context gHvContext = {
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
#include "VmbusChannelInterface.h" #include "VmbusChannelInterface.h"
#include "VersionInfo.h" #include "VersionInfo.h"
#include "channel.h" #include "channel.h"
#include "VmbusPrivate.h" #include "vmbus_private.h"
#include "vmbus_api.h" #include "vmbus_api.h"
#include "utils.h" #include "utils.h"
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
#include "osd.h" #include "osd.h"
#include "logging.h" #include "logging.h"
#include "VersionInfo.h" #include "VersionInfo.h"
#include "VmbusPrivate.h" #include "vmbus_private.h"
static const char *gDriverName = "vmbus"; static const char *gDriverName = "vmbus";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment