From f8e5add2284b6373b3ba994c716a4792483e69eb Mon Sep 17 00:00:00 2001
From: Greg Kroah-Hartman <gregkh@suse.de>
Date: Wed, 5 May 2010 22:50:11 -0700
Subject: [PATCH] Staging: hv: rename VmbusPacketFormat.h to
 vmbus_packet_format.h

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                               | 2 +-
 drivers/staging/hv/hv_utils.c                                   | 2 +-
 drivers/staging/hv/netvsc.h                                     | 2 +-
 drivers/staging/hv/storvsc.c                                    | 2 +-
 .../staging/hv/{VmbusPacketFormat.h => vmbus_packet_format.h}   | 0
 5 files changed, 4 insertions(+), 4 deletions(-)
 rename drivers/staging/hv/{VmbusPacketFormat.h => vmbus_packet_format.h} (100%)

diff --git a/drivers/staging/hv/channel_mgmt.h b/drivers/staging/hv/channel_mgmt.h
index b92282bc89b6..5908b81d3e9c 100644
--- a/drivers/staging/hv/channel_mgmt.h
+++ b/drivers/staging/hv/channel_mgmt.h
@@ -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 {
diff --git a/drivers/staging/hv/hv_utils.c b/drivers/staging/hv/hv_utils.c
index ddda0d7deb2d..44d306c37646 100644
--- a/drivers/staging/hv/hv_utils.c
+++ b/drivers/staging/hv/hv_utils.c
@@ -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"
diff --git a/drivers/staging/hv/netvsc.h b/drivers/staging/hv/netvsc.h
index 91b5c23ddc5d..c71dce5b3f7c 100644
--- a/drivers/staging/hv/netvsc.h
+++ b/drivers/staging/hv/netvsc.h
@@ -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"
 
diff --git a/drivers/staging/hv/storvsc.c b/drivers/staging/hv/storvsc.c
index 3a8b54f5e2a6..27a276e08ee9 100644
--- a/drivers/staging/hv/storvsc.c
+++ b/drivers/staging/hv/storvsc.c
@@ -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"
 
 
diff --git a/drivers/staging/hv/VmbusPacketFormat.h b/drivers/staging/hv/vmbus_packet_format.h
similarity index 100%
rename from drivers/staging/hv/VmbusPacketFormat.h
rename to drivers/staging/hv/vmbus_packet_format.h