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 a6264db..05d2ceb 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 a6584a8..3a6fe25 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 e6824e0..2c6ee8d 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 */