]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
Staging: hv: move VmbusChannelInterface.h
authorGreg Kroah-Hartman <gregkh@suse.de>
Fri, 28 Aug 2009 23:24:34 +0000 (16:24 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 15 Sep 2009 19:02:01 +0000 (12:02 -0700)
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>
drivers/staging/hv/ChannelMgmt.h
drivers/staging/hv/NetVsc.h
drivers/staging/hv/VmbusChannelInterface.h [moved from drivers/staging/hv/include/VmbusChannelInterface.h with 100% similarity]

index 922eac21f55b875c22dc18935eded462ee870c5d..6d327c65d938caf234a95ac69dc88facb4faa498 100644 (file)
@@ -28,7 +28,7 @@
 #include "List.h"
 #include "RingBuffer.h"
 
-#include "include/VmbusChannelInterface.h"
+#include "VmbusChannelInterface.h"
 #include "include/VmbusPacketFormat.h"
 
 /* Version 1 messages */
index afa764f13acf6fca7ccd96eb69df76975c50b8d3..ce6f1e2daf62954a0ff93ff2969c4a29e4f5d560 100644 (file)
@@ -25,7 +25,7 @@
 #define _NETVSC_H_
 
 #include "include/VmbusPacketFormat.h"
-#include "include/VmbusChannelInterface.h"
+#include "VmbusChannelInterface.h"
 #include "List.h"
 #include "NetVscApi.h"