aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/hv
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2009-08-28 16:24:34 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2009-09-15 12:02:01 -0700
commit0197e34c1b22f64bf6ac0f49160f8d6bf6fffb31 (patch)
tree4f45cde6da736ee9e7384e4c5332774e05bfa07d /drivers/staging/hv
parentf363ce27abacf6d67b080da209bd52c85bbb1b8c (diff)
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>
Diffstat (limited to 'drivers/staging/hv')
-rw-r--r--drivers/staging/hv/ChannelMgmt.h2
-rw-r--r--drivers/staging/hv/NetVsc.h2
-rw-r--r--drivers/staging/hv/VmbusChannelInterface.h (renamed from drivers/staging/hv/include/VmbusChannelInterface.h)0
3 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/hv/ChannelMgmt.h b/drivers/staging/hv/ChannelMgmt.h
index 922eac21f55..6d327c65d93 100644
--- a/drivers/staging/hv/ChannelMgmt.h
+++ b/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 */
diff --git a/drivers/staging/hv/NetVsc.h b/drivers/staging/hv/NetVsc.h
index afa764f13ac..ce6f1e2daf6 100644
--- a/drivers/staging/hv/NetVsc.h
+++ b/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"
diff --git a/drivers/staging/hv/include/VmbusChannelInterface.h b/drivers/staging/hv/VmbusChannelInterface.h
index 26742823748..26742823748 100644
--- a/drivers/staging/hv/include/VmbusChannelInterface.h
+++ b/drivers/staging/hv/VmbusChannelInterface.h