]> git.karo-electronics.de Git - linux-beck.git/commitdiff
Staging: hv: rename VmbusApi.h to vmbus_api.h
authorGreg Kroah-Hartman <gregkh@suse.de>
Thu, 6 May 2010 05:43:02 +0000 (22:43 -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/VmbusPrivate.h
drivers/staging/hv/channel_interface.h
drivers/staging/hv/hv_utils.c
drivers/staging/hv/netvsc_api.h
drivers/staging/hv/storvsc_api.h
drivers/staging/hv/vmbus.h
drivers/staging/hv/vmbus_api.h [moved from drivers/staging/hv/VmbusApi.h with 100% similarity]

index 57a116ca87168435ff3a02d7cf4c020fc3e6e48e..588c667a7f6b1350bcad2021c133adf9a20871d3 100644 (file)
@@ -26,7 +26,7 @@
 #define _VMBUS_PRIVATE_H_
 
 #include "hv.h"
-#include "VmbusApi.h"
+#include "vmbus_api.h"
 #include "channel.h"
 #include "channel_mgmt.h"
 #include "channel_interface.h"
index 27b7a253b7114d0613e1b790d51ea1787f576343..6acaf6ce2c48d2c3fe5c6771c77ed9b0c58722ee 100644 (file)
@@ -25,7 +25,7 @@
 #ifndef _CHANNEL_INTERFACE_H_
 #define _CHANNEL_INTERFACE_H_
 
-#include "VmbusApi.h"
+#include "vmbus_api.h"
 
 void GetChannelInterface(struct vmbus_channel_interface *ChannelInterface);
 
index 6ccaea27d75a72dd86295875ac83320682860922..d6f6dfa036711db763c7b6e42d793bc861c8a2b1 100644 (file)
@@ -33,7 +33,7 @@
 #include "VersionInfo.h"
 #include "channel.h"
 #include "VmbusPrivate.h"
-#include "VmbusApi.h"
+#include "vmbus_api.h"
 #include "utils.h"
 
 
index 91a4cd9965d854f9044c8bc784a9a4f5ca47d1c8..4b5b3ac458c8e75272260514305e8fb527cc4796 100644 (file)
@@ -25,7 +25,7 @@
 #ifndef _NETVSC_API_H_
 #define _NETVSC_API_H_
 
-#include "VmbusApi.h"
+#include "vmbus_api.h"
 
 /* Fwd declaration */
 struct hv_netvsc_packet;
index 126a8588edb160ddc3845c93b74f83b562e683e4..0063bde9a4b23ac22bbaad19d1912518a855c008 100644 (file)
@@ -25,7 +25,7 @@
 #ifndef _STORVSC_API_H_
 #define _STORVSC_API_H_
 
-#include "VmbusApi.h"
+#include "vmbus_api.h"
 
 /* Defines */
 #define STORVSC_RING_BUFFER_SIZE                       (10*PAGE_SIZE)
index 6404b8424beff4e8373fff95b476933f453f2c17..0c6ee0f487f3538384e0d4f2931b2f496b6a01e8 100644 (file)
@@ -26,7 +26,7 @@
 #define _VMBUS_H_
 
 #include <linux/device.h>
-#include "VmbusApi.h"
+#include "vmbus_api.h"
 
 struct driver_context {
        struct hv_guid class_id;