浏览代码

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

Cc: Hank Janssen <hjanssen@microsoft.com>
Cc: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Greg Kroah-Hartman 15 年之前
父节点
当前提交
447fc67e7a

+ 1 - 1
drivers/staging/hv/VmbusPrivate.h

@@ -26,7 +26,7 @@
 #define _VMBUS_PRIVATE_H_
 
 #include "hv.h"
-#include "VmbusApi.h"
+#include "vmbus_api.h"
 #include "channel.h"
 #include "channel_mgmt.h"
 #include "channel_interface.h"

+ 1 - 1
drivers/staging/hv/channel_interface.h

@@ -25,7 +25,7 @@
 #ifndef _CHANNEL_INTERFACE_H_
 #define _CHANNEL_INTERFACE_H_
 
-#include "VmbusApi.h"
+#include "vmbus_api.h"
 
 void GetChannelInterface(struct vmbus_channel_interface *ChannelInterface);
 

+ 1 - 1
drivers/staging/hv/hv_utils.c

@@ -33,7 +33,7 @@
 #include "VersionInfo.h"
 #include "channel.h"
 #include "VmbusPrivate.h"
-#include "VmbusApi.h"
+#include "vmbus_api.h"
 #include "utils.h"
 
 

+ 1 - 1
drivers/staging/hv/netvsc_api.h

@@ -25,7 +25,7 @@
 #ifndef _NETVSC_API_H_
 #define _NETVSC_API_H_
 
-#include "VmbusApi.h"
+#include "vmbus_api.h"
 
 /* Fwd declaration */
 struct hv_netvsc_packet;

+ 1 - 1
drivers/staging/hv/storvsc_api.h

@@ -25,7 +25,7 @@
 #ifndef _STORVSC_API_H_
 #define _STORVSC_API_H_
 
-#include "VmbusApi.h"
+#include "vmbus_api.h"
 
 /* Defines */
 #define STORVSC_RING_BUFFER_SIZE			(10*PAGE_SIZE)

+ 1 - 1
drivers/staging/hv/vmbus.h

@@ -26,7 +26,7 @@
 #define _VMBUS_H_
 
 #include <linux/device.h>
-#include "VmbusApi.h"
+#include "vmbus_api.h"
 
 struct driver_context {
 	struct hv_guid class_id;

+ 0 - 0
drivers/staging/hv/VmbusApi.h → drivers/staging/hv/vmbus_api.h