OSDN Git Service

Staging: hv: rename VmbusChannelInterface.h to vmbus_channel_interface.h
authorGreg Kroah-Hartman <gregkh@suse.de>
Thu, 6 May 2010 05:47:13 +0000 (22:47 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 11 May 2010 18:36:17 +0000 (11:36 -0700)
Cc: Hank Janssen <hjanssen@microsoft.com>
Cc: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/hv/channel_mgmt.h
drivers/staging/hv/hv_utils.c
drivers/staging/hv/netvsc.h
drivers/staging/hv/vmbus_channel_interface.h [moved from drivers/staging/hv/VmbusChannelInterface.h with 100% similarity]

index 9219199..b92282b 100644 (file)
@@ -28,7 +28,7 @@
 #include <linux/list.h>
 #include <linux/timer.h>
 #include "ring_buffer.h"
-#include "VmbusChannelInterface.h"
+#include "vmbus_channel_interface.h"
 #include "VmbusPacketFormat.h"
 
 /* Version 1 messages */
index 5ab1b06..ddda0d7 100644 (file)
@@ -29,7 +29,7 @@
 #include "osd.h"
 #include "vmbus.h"
 #include "VmbusPacketFormat.h"
-#include "VmbusChannelInterface.h"
+#include "vmbus_channel_interface.h"
 #include "VersionInfo.h"
 #include "channel.h"
 #include "vmbus_private.h"
index 05d2ceb..91b5c23 100644 (file)
@@ -27,7 +27,7 @@
 
 #include <linux/list.h>
 #include "VmbusPacketFormat.h"
-#include "VmbusChannelInterface.h"
+#include "vmbus_channel_interface.h"
 #include "netvsc_api.h"