OSDN Git Service

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 b92282b..5908b81 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 ddda0d7..44d306c 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 91b5c23..c71dce5 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 3a8b54f..27a276e 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"