Commit a82c7a2a authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

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

Cc: Hank Janssen <hjanssen@microsoft.com>
Cc: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 5496c9c3
...@@ -28,7 +28,7 @@ ...@@ -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)
......
...@@ -38,7 +38,7 @@ ...@@ -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 */
......
...@@ -26,7 +26,7 @@ ...@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment