mirror of https://gitee.com/openkylin/linux.git
Staging: hv: move NetVscApi.h
Move it out of the include subdirectory. No code changes here, just file movements. Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
645954c542
commit
cc21181217
|
@ -27,7 +27,7 @@
|
|||
#include "include/VmbusPacketFormat.h"
|
||||
#include "include/VmbusChannelInterface.h"
|
||||
#include "List.h"
|
||||
#include "include/NetVscApi.h"
|
||||
#include "NetVscApi.h"
|
||||
|
||||
|
||||
#define NVSP_INVALID_PROTOCOL_VERSION ((u32)0xFFFFFFFF)
|
||||
|
|
|
@ -25,8 +25,8 @@
|
|||
#ifndef _NETVSC_API_H_
|
||||
#define _NETVSC_API_H_
|
||||
|
||||
#include "VmbusApi.h"
|
||||
#include "../List.h"
|
||||
#include "include/VmbusApi.h"
|
||||
#include "List.h"
|
||||
|
||||
/* Defines */
|
||||
#define NETVSC_DEVICE_RING_BUFFER_SIZE (64*PAGE_SIZE)
|
|
@ -28,7 +28,7 @@
|
|||
|
||||
#include "osd.h"
|
||||
#include "logging.h"
|
||||
#include "include/NetVscApi.h"
|
||||
#include "NetVscApi.h"
|
||||
#include "RndisFilter.h"
|
||||
|
||||
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
#include "logging.h"
|
||||
#include "vmbus.h"
|
||||
|
||||
#include "include/NetVscApi.h"
|
||||
#include "NetVscApi.h"
|
||||
|
||||
MODULE_LICENSE("GPL");
|
||||
|
||||
|
|
Loading…
Reference in New Issue