aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/VmbusPrivate.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2009-08-28 16:24:16 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2009-09-15 12:02:00 -0700
commitf363ce27abacf6d67b080da209bd52c85bbb1b8c (patch)
tree72d53e4c1a5baf3c4fdaa4f8e06783780af6ab59 /drivers/staging/hv/VmbusPrivate.h
parentStaging: hv: move StorVscApi.h (diff)
downloadlinux-dev-f363ce27abacf6d67b080da209bd52c85bbb1b8c.tar.xz
linux-dev-f363ce27abacf6d67b080da209bd52c85bbb1b8c.zip
Staging: hv: move VmbusApi.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/VmbusPrivate.h')
-rw-r--r--drivers/staging/hv/VmbusPrivate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/hv/VmbusPrivate.h b/drivers/staging/hv/VmbusPrivate.h
index ce933d6daa5d..4aabb974348e 100644
--- a/drivers/staging/hv/VmbusPrivate.h
+++ b/drivers/staging/hv/VmbusPrivate.h
@@ -26,7 +26,7 @@
#define _VMBUS_PRIVATE_H_
#include "Hv.h"
-#include "include/VmbusApi.h"
+#include "VmbusApi.h"
#include "Channel.h"
#include "ChannelMgmt.h"
#include "ChannelInterface.h"