Staging: hv: move VmbusApi.h
authorGreg Kroah-Hartman <gregkh@suse.de>
Fri, 28 Aug 2009 23:24:16 +0000 (16:24 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 15 Sep 2009 19:02:00 +0000 (12:02 -0700)
Move it out of the include subdirectory.

No code changes here, just file movements.

Cc: Hank Janssen <hjanssen@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/hv/ChannelInterface.h
drivers/staging/hv/NetVscApi.h
drivers/staging/hv/StorVscApi.h
drivers/staging/hv/VmbusApi.h [moved from drivers/staging/hv/include/VmbusApi.h with 100% similarity]
drivers/staging/hv/VmbusPrivate.h
drivers/staging/hv/vmbus.h

index 684b4ca163a17db3f778837f024dbd5281b6a11d..27b7a253b7114d0613e1b790d51ea1787f576343 100644 (file)
@@ -25,7 +25,7 @@
 #ifndef _CHANNEL_INTERFACE_H_
 #define _CHANNEL_INTERFACE_H_
 
-#include "include/VmbusApi.h"
+#include "VmbusApi.h"
 
 void GetChannelInterface(struct vmbus_channel_interface *ChannelInterface);
 
index 9166c5c80f1f47e07c6ca6588edd621b697c3a96..c53e4170e94ec0e1d3451c95f4d715761ce28c6e 100644 (file)
@@ -25,7 +25,7 @@
 #ifndef _NETVSC_API_H_
 #define _NETVSC_API_H_
 
-#include "include/VmbusApi.h"
+#include "VmbusApi.h"
 #include "List.h"
 
 /* Defines */
index 6771e2b80a0bde40124232dad5057d8f6ac0d041..56193ff663e6d6b142d88bd76a3785fb34119772 100644 (file)
@@ -25,7 +25,7 @@
 #ifndef _STORVSC_API_H_
 #define _STORVSC_API_H_
 
-#include "include/VmbusApi.h"
+#include "VmbusApi.h"
 
 /* Defines */
 #define STORVSC_RING_BUFFER_SIZE                       (10*PAGE_SIZE)
index ce933d6daa5d008fb01324db5be31d15dfa67d5f..4aabb974348e53581f4eb782da81844cedd64115 100644 (file)
@@ -26,7 +26,7 @@
 #define _VMBUS_PRIVATE_H_
 
 #include "Hv.h"
-#include "include/VmbusApi.h"
+#include "VmbusApi.h"
 #include "Channel.h"
 #include "ChannelMgmt.h"
 #include "ChannelInterface.h"
index d47b291bbe615a38b248a03cbadb461773619724..045483bb73014ac7ecbbac33c0259f52a55d00c5 100644 (file)
@@ -27,7 +27,7 @@
 
 #include <linux/device.h>
 
-#include "include/VmbusApi.h"
+#include "VmbusApi.h"
 
 typedef int (*PFN_DRIVERINITIALIZE)(struct hv_driver *drv);
 typedef int (*PFN_DRIVEREXIT)(struct hv_driver *drv);