]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
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 93734400fc9c45958739c8ff292f4b807bb07708..afa764f13acf6fca7ccd96eb69df76975c50b8d3 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 5075494eefaf0118f23346f5442c011d3d4af017..9166c5c80f1f47e07c6ca6588edd621b697c3a96 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 1c2f15799d3b951b0857e2bdf309474685a9c347..a509cb34ce683fefe710fc6053b1efea428cac51 100644 (file)
@@ -28,7 +28,7 @@
 
 #include "osd.h"
 #include "logging.h"
-#include "include/NetVscApi.h"
+#include "NetVscApi.h"
 #include "RndisFilter.h"
 
 
index f10a0cf43f3eb3c0b7ca88f731c8ecc53a209d12..bec135bc704c4b8ec9bcb7005e7113f6ce5f48fb 100644 (file)
@@ -40,7 +40,7 @@
 #include "logging.h"
 #include "vmbus.h"
 
-#include "include/NetVscApi.h"
+#include "NetVscApi.h"
 
 MODULE_LICENSE("GPL");