mirror of https://gitee.com/openkylin/linux.git
Staging: hv: move VmbusChannelInterface.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
f363ce27ab
commit
0197e34c1b
|
@ -28,7 +28,7 @@
|
|||
#include "List.h"
|
||||
#include "RingBuffer.h"
|
||||
|
||||
#include "include/VmbusChannelInterface.h"
|
||||
#include "VmbusChannelInterface.h"
|
||||
#include "include/VmbusPacketFormat.h"
|
||||
|
||||
/* Version 1 messages */
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#define _NETVSC_H_
|
||||
|
||||
#include "include/VmbusPacketFormat.h"
|
||||
#include "include/VmbusChannelInterface.h"
|
||||
#include "VmbusChannelInterface.h"
|
||||
#include "List.h"
|
||||
#include "NetVscApi.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue