Staging: hv: move StorVscApi.h
authorGreg Kroah-Hartman <gregkh@suse.de>
Fri, 28 Aug 2009 23:23:49 +0000 (16:23 -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/StorVsc.c
drivers/staging/hv/StorVscApi.h [moved from drivers/staging/hv/include/StorVscApi.h with 99% similarity]
drivers/staging/hv/blkvsc_drv.c
drivers/staging/hv/storvsc_drv.c

index 82686da..e78f9ab 100644 (file)
@@ -27,7 +27,7 @@
 #include <linux/delay.h>
 #include "osd.h"
 #include "logging.h"
-#include "include/StorVscApi.h"
+#include "StorVscApi.h"
 #include "include/VmbusPacketFormat.h"
 #include "vstorage.h"
 
similarity index 99%
rename from drivers/staging/hv/include/StorVscApi.h
rename to drivers/staging/hv/StorVscApi.h
index 56193ff..6771e2b 100644 (file)
@@ -25,7 +25,7 @@
 #ifndef _STORVSC_API_H_
 #define _STORVSC_API_H_
 
-#include "VmbusApi.h"
+#include "include/VmbusApi.h"
 
 /* Defines */
 #define STORVSC_RING_BUFFER_SIZE                       (10*PAGE_SIZE)
index e255755..9e0dbd5 100644 (file)
@@ -36,8 +36,7 @@
 #include "osd.h"
 #include "logging.h"
 #include "vmbus.h"
-
-#include "include/StorVscApi.h"
+#include "StorVscApi.h"
 
 
 /* #defines */
index 2310282..361b903 100644 (file)
@@ -39,7 +39,7 @@
 #include "osd.h"
 #include "logging.h"
 #include "vmbus.h"
-#include "include/StorVscApi.h"
+#include "StorVscApi.h"
 
 
 /* #defines */