]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Staging: hv: rename VmbusPrivate.h to vmbus_private.h
authorGreg Kroah-Hartman <gregkh@suse.de>
Thu, 6 May 2010 05:45:25 +0000 (22:45 -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.c
drivers/staging/hv/channel_interface.c
drivers/staging/hv/channel_mgmt.c
drivers/staging/hv/connection.c
drivers/staging/hv/hv.c
drivers/staging/hv/hv_utils.c
drivers/staging/hv/vmbus.c
drivers/staging/hv/vmbus_private.h [moved from drivers/staging/hv/VmbusPrivate.h with 100% similarity]

index eab7d16dd5ef6754f597b01d5c796e5fa8394645..12c351e16360f75d767028e8a2959ce5a606f8af 100644 (file)
@@ -24,7 +24,7 @@
 #include <linux/module.h>
 #include "osd.h"
 #include "logging.h"
-#include "VmbusPrivate.h"
+#include "vmbus_private.h"
 
 /* Internal routines */
 static int VmbusChannelCreateGpadlHeader(
index 019b064f7cb3d7130269a4445716f3389bc90373..d9f51ac75eaa5071cfe1669446b3a165f149429a 100644 (file)
@@ -23,7 +23,7 @@
 #include <linux/kernel.h>
 #include <linux/mm.h>
 #include "osd.h"
-#include "VmbusPrivate.h"
+#include "vmbus_private.h"
 
 static int IVmbusChannelOpen(struct hv_device *device, u32 SendBufferSize,
                             u32 RecvRingBufferSize, void *UserData,
index 3698230138898ffd8dcb56da90dffbf2800ee0a6..6877e8e7f71ec4b436ea0409a2bc8b2f891971c4 100644 (file)
@@ -25,7 +25,7 @@
 #include <linux/module.h>
 #include "osd.h"
 #include "logging.h"
-#include "VmbusPrivate.h"
+#include "vmbus_private.h"
 #include "utils.h"
 
 struct vmbus_channel_message_table_entry {
index 3a01d3ca4ad0076f354647f3218c5d493ef22dde..e8824dadffc31786f32ac5494ad1b32f46c911b4 100644 (file)
@@ -26,7 +26,7 @@
 #include <linux/vmalloc.h>
 #include "osd.h"
 #include "logging.h"
-#include "VmbusPrivate.h"
+#include "vmbus_private.h"
 
 
 struct VMBUS_CONNECTION gVmbusConnection = {
index 2418651772b80b84f39c5e233499d8495c2a7ea7..6c77e64027f0eb801d1336ffeb93bcebf9ee033c 100644 (file)
@@ -25,7 +25,7 @@
 #include <linux/vmalloc.h>
 #include "osd.h"
 #include "logging.h"
-#include "VmbusPrivate.h"
+#include "vmbus_private.h"
 
 /* The one and only */
 struct hv_context gHvContext = {
index d6f6dfa036711db763c7b6e42d793bc861c8a2b1..5ab1b06c4571aa3b728078628bbdd075edcce81f 100644 (file)
@@ -32,7 +32,7 @@
 #include "VmbusChannelInterface.h"
 #include "VersionInfo.h"
 #include "channel.h"
-#include "VmbusPrivate.h"
+#include "vmbus_private.h"
 #include "vmbus_api.h"
 #include "utils.h"
 
index 90b14beec3aa8ba460b2045e8f565a9094f8fb86..296c38ff5a44c756557e303c1ed653808fe8f142 100644 (file)
@@ -25,7 +25,7 @@
 #include "osd.h"
 #include "logging.h"
 #include "VersionInfo.h"
-#include "VmbusPrivate.h"
+#include "vmbus_private.h"
 
 static const char *gDriverName = "vmbus";