]> rtime.felk.cvut.cz Git - lisovros/linux_canprio.git/commitdiff
Staging: hv: rename NetVscApi.h to netvsc_api.h
authorGreg Kroah-Hartman <gregkh@suse.de>
Thu, 6 May 2010 05:39:15 +0000 (22:39 -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/netvsc.h
drivers/staging/hv/netvsc_api.h [moved from drivers/staging/hv/NetVscApi.h with 100% similarity]
drivers/staging/hv/netvsc_drv.c
drivers/staging/hv/rndis_filter.c

index a6264db8388a790254d27e0d87e7a6652b6146bc..05d2ceb9e5e3884be879da48220dfc209ce02dae 100644 (file)
@@ -28,7 +28,7 @@
 #include <linux/list.h>
 #include "VmbusPacketFormat.h"
 #include "VmbusChannelInterface.h"
-#include "NetVscApi.h"
+#include "netvsc_api.h"
 
 
 #define NVSP_INVALID_PROTOCOL_VERSION  ((u32)0xFFFFFFFF)
index a6584a87661888cddf0dd5f5de957a76ef1ffb11..3a6fe251282893984703b8a04059eb5b0e9e49f3 100644 (file)
@@ -38,7 +38,7 @@
 #include "logging.h"
 #include "VersionInfo.h"
 #include "vmbus.h"
-#include "NetVscApi.h"
+#include "netvsc_api.h"
 
 struct net_device_context {
        /* point back to our device context */
index e6824e055c11bfa3edbb673cd2f9220273f949bf..2c6ee8d4b6e5e8b4137cb492673b82fe85f7c1b6 100644 (file)
@@ -26,7 +26,7 @@
 
 #include "osd.h"
 #include "logging.h"
-#include "NetVscApi.h"
+#include "netvsc_api.h"
 #include "rndis_filter.h"
 
 /* Data types */