Selaa lähdekoodia

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>
Greg Kroah-Hartman 16 vuotta sitten
vanhempi
commit
0197e34c1b

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

@@ -28,7 +28,7 @@
 #include "List.h"
 #include "RingBuffer.h"
 
-#include "include/VmbusChannelInterface.h"
+#include "VmbusChannelInterface.h"
 #include "include/VmbusPacketFormat.h"
 
 /* Version 1 messages */

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

@@ -25,7 +25,7 @@
 #define _NETVSC_H_
 
 #include "include/VmbusPacketFormat.h"
-#include "include/VmbusChannelInterface.h"
+#include "VmbusChannelInterface.h"
 #include "List.h"
 #include "NetVscApi.h"
 

+ 0 - 0
drivers/staging/hv/include/VmbusChannelInterface.h → drivers/staging/hv/VmbusChannelInterface.h