Staging: hv: move NetVscApi.h
authorGreg Kroah-Hartman <gregkh@suse.de>
Fri, 28 Aug 2009 23:23:17 +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/NetVsc.h
drivers/staging/hv/NetVscApi.h [moved from drivers/staging/hv/include/NetVscApi.h with 98% similarity]
drivers/staging/hv/RndisFilter.c
drivers/staging/hv/netvsc_drv.c

index 9373440..afa764f 100644 (file)
@@ -27,7 +27,7 @@
 #include "include/VmbusPacketFormat.h"
 #include "include/VmbusChannelInterface.h"
 #include "List.h"
-#include "include/NetVscApi.h"
+#include "NetVscApi.h"
 
 
 #define NVSP_INVALID_PROTOCOL_VERSION  ((u32)0xFFFFFFFF)
similarity index 98%
rename from drivers/staging/hv/include/NetVscApi.h
rename to drivers/staging/hv/NetVscApi.h
index 5075494..9166c5c 100644 (file)
@@ -25,8 +25,8 @@
 #ifndef _NETVSC_API_H_
 #define _NETVSC_API_H_
 
-#include "VmbusApi.h"
-#include "../List.h"
+#include "include/VmbusApi.h"
+#include "List.h"
 
 /* Defines */
 #define NETVSC_DEVICE_RING_BUFFER_SIZE (64*PAGE_SIZE)
index 1c2f157..a509cb3 100644 (file)
@@ -28,7 +28,7 @@
 
 #include "osd.h"
 #include "logging.h"
-#include "include/NetVscApi.h"
+#include "NetVscApi.h"
 #include "RndisFilter.h"
 
 
index f10a0cf..bec135b 100644 (file)
@@ -40,7 +40,7 @@
 #include "logging.h"
 #include "vmbus.h"
 
-#include "include/NetVscApi.h"
+#include "NetVscApi.h"
 
 MODULE_LICENSE("GPL");