]> rtime.felk.cvut.cz Git - linux-imx.git/commitdiff
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 9219199d0e5a22d6df06128d68e4900d94d0e249..b92282bc89b6944afd30432280bba975c9080886 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 5ab1b06c4571aa3b728078628bbdd075edcce81f..ddda0d7deb2d737e4f1628f22c48fb989fb2f582 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 05d2ceb9e5e3884be879da48220dfc209ce02dae..91b5c23ddc5d918eb7637616d6ce6bd7994c6e7d 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"