summaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/StorVsc.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman2009-08-28 00:58:52 +0200
committerGreg Kroah-Hartman2009-09-15 21:01:59 +0200
commit2dd88b511b3ca7907b3fc0e318ff95643a87f2af (patch)
tree0f6c8df7e18f6d8efae27545d7255bc4138080c1 /drivers/staging/hv/StorVsc.c
parentStaging: hv: fix up typedefs in NetVscApi.h (diff)
downloadkernel-qcow2-linux-2dd88b511b3ca7907b3fc0e318ff95643a87f2af.tar.gz
kernel-qcow2-linux-2dd88b511b3ca7907b3fc0e318ff95643a87f2af.tar.xz
kernel-qcow2-linux-2dd88b511b3ca7907b3fc0e318ff95643a87f2af.zip
Staging: hv: move vstorage.h to hv dir
Move it out of the include subdir, it doesn't need to be there. No code was changed in the move. Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/hv/StorVsc.c')
-rw-r--r--drivers/staging/hv/StorVsc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/hv/StorVsc.c b/drivers/staging/hv/StorVsc.c
index 96aab171e732..a2356132fa26 100644
--- a/drivers/staging/hv/StorVsc.c
+++ b/drivers/staging/hv/StorVsc.c
@@ -29,7 +29,7 @@
#include "include/logging.h"
#include "include/StorVscApi.h"
#include "include/VmbusPacketFormat.h"
-#include "include/vstorage.h"
+#include "vstorage.h"