Commit 447fc67e authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

Staging: hv: rename VmbusApi.h to vmbus_api.h

Cc: Hank Janssen <hjanssen@microsoft.com>
Cc: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent bb969793
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
#define _VMBUS_PRIVATE_H_ #define _VMBUS_PRIVATE_H_
#include "hv.h" #include "hv.h"
#include "VmbusApi.h" #include "vmbus_api.h"
#include "channel.h" #include "channel.h"
#include "channel_mgmt.h" #include "channel_mgmt.h"
#include "channel_interface.h" #include "channel_interface.h"
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
#ifndef _CHANNEL_INTERFACE_H_ #ifndef _CHANNEL_INTERFACE_H_
#define _CHANNEL_INTERFACE_H_ #define _CHANNEL_INTERFACE_H_
#include "VmbusApi.h" #include "vmbus_api.h"
void GetChannelInterface(struct vmbus_channel_interface *ChannelInterface); void GetChannelInterface(struct vmbus_channel_interface *ChannelInterface);
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
#include "VersionInfo.h" #include "VersionInfo.h"
#include "channel.h" #include "channel.h"
#include "VmbusPrivate.h" #include "VmbusPrivate.h"
#include "VmbusApi.h" #include "vmbus_api.h"
#include "utils.h" #include "utils.h"
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
#ifndef _NETVSC_API_H_ #ifndef _NETVSC_API_H_
#define _NETVSC_API_H_ #define _NETVSC_API_H_
#include "VmbusApi.h" #include "vmbus_api.h"
/* Fwd declaration */ /* Fwd declaration */
struct hv_netvsc_packet; struct hv_netvsc_packet;
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
#ifndef _STORVSC_API_H_ #ifndef _STORVSC_API_H_
#define _STORVSC_API_H_ #define _STORVSC_API_H_
#include "VmbusApi.h" #include "vmbus_api.h"
/* Defines */ /* Defines */
#define STORVSC_RING_BUFFER_SIZE (10*PAGE_SIZE) #define STORVSC_RING_BUFFER_SIZE (10*PAGE_SIZE)
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
#define _VMBUS_H_ #define _VMBUS_H_
#include <linux/device.h> #include <linux/device.h>
#include "VmbusApi.h" #include "vmbus_api.h"
struct driver_context { struct driver_context {
struct hv_guid class_id; struct hv_guid class_id;
......
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