]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Staging: hv: rename VmbusPacketFormat.h to vmbus_packet_format.h
authorGreg Kroah-Hartman <gregkh@suse.de>
Thu, 6 May 2010 05:50:11 +0000 (22:50 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 11 May 2010 18:36:18 +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/storvsc.c
drivers/staging/hv/vmbus_packet_format.h [moved from drivers/staging/hv/VmbusPacketFormat.h with 100% similarity]

index b92282bc89b6944afd30432280bba975c9080886..5908b81d3e9c044ac1d35583e8355016a00f8516 100644 (file)
@@ -29,7 +29,7 @@
 #include <linux/timer.h>
 #include "ring_buffer.h"
 #include "vmbus_channel_interface.h"
-#include "VmbusPacketFormat.h"
+#include "vmbus_packet_format.h"
 
 /* Version 1 messages */
 enum vmbus_channel_message_type {
index ddda0d7deb2d737e4f1628f22c48fb989fb2f582..44d306c3764629feae28df60b11db924b7dbe0ec 100644 (file)
@@ -28,7 +28,7 @@
 #include "logging.h"
 #include "osd.h"
 #include "vmbus.h"
-#include "VmbusPacketFormat.h"
+#include "vmbus_packet_format.h"
 #include "vmbus_channel_interface.h"
 #include "VersionInfo.h"
 #include "channel.h"
index 91b5c23ddc5d918eb7637616d6ce6bd7994c6e7d..c71dce5b3f7c958168d880e0e922a29d64803217 100644 (file)
@@ -26,7 +26,7 @@
 #define _NETVSC_H_
 
 #include <linux/list.h>
-#include "VmbusPacketFormat.h"
+#include "vmbus_packet_format.h"
 #include "vmbus_channel_interface.h"
 #include "netvsc_api.h"
 
index 3a8b54f5e2a6d038278867a416f478cf38f18fb8..27a276e08ee9c45148d4eb95dde535b0a9b7cbbd 100644 (file)
@@ -26,7 +26,7 @@
 #include "osd.h"
 #include "logging.h"
 #include "storvsc_api.h"
-#include "VmbusPacketFormat.h"
+#include "vmbus_packet_format.h"
 #include "vstorage.h"