Browse Source

Staging: hv: rename NetVscApi.h to netvsc_api.h

Cc: Hank Janssen <hjanssen@microsoft.com>
Cc: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Greg Kroah-Hartman 15 years ago
parent
commit
a82c7a2ad6

+ 1 - 1
drivers/staging/hv/netvsc.h

@@ -28,7 +28,7 @@
 #include <linux/list.h>
 #include <linux/list.h>
 #include "VmbusPacketFormat.h"
 #include "VmbusPacketFormat.h"
 #include "VmbusChannelInterface.h"
 #include "VmbusChannelInterface.h"
-#include "NetVscApi.h"
+#include "netvsc_api.h"
 
 
 
 
 #define NVSP_INVALID_PROTOCOL_VERSION	((u32)0xFFFFFFFF)
 #define NVSP_INVALID_PROTOCOL_VERSION	((u32)0xFFFFFFFF)

+ 0 - 0
drivers/staging/hv/NetVscApi.h → drivers/staging/hv/netvsc_api.h


+ 1 - 1
drivers/staging/hv/netvsc_drv.c

@@ -38,7 +38,7 @@
 #include "logging.h"
 #include "logging.h"
 #include "VersionInfo.h"
 #include "VersionInfo.h"
 #include "vmbus.h"
 #include "vmbus.h"
-#include "NetVscApi.h"
+#include "netvsc_api.h"
 
 
 struct net_device_context {
 struct net_device_context {
 	/* point back to our device context */
 	/* point back to our device context */

+ 1 - 1
drivers/staging/hv/rndis_filter.c

@@ -26,7 +26,7 @@
 
 
 #include "osd.h"
 #include "osd.h"
 #include "logging.h"
 #include "logging.h"
-#include "NetVscApi.h"
+#include "netvsc_api.h"
 #include "rndis_filter.h"
 #include "rndis_filter.h"
 
 
 /* Data types */
 /* Data types */