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>
This commit is contained in:
parent
5496c9c31d
commit
a82c7a2ad6
|
@ -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)
|
||||
|
|
|
@ -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 */
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
#include "osd.h"
|
||||
#include "logging.h"
|
||||
#include "NetVscApi.h"
|
||||
#include "netvsc_api.h"
|
||||
#include "rndis_filter.h"
|
||||
|
||||
/* Data types */
|
||||
|
|
Loading…
Reference in New Issue