summaryrefslogtreecommitdiff
path: root/drivers/staging/hv/StorVsc.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2009-08-28 23:23:49 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2009-09-15 19:02:00 (GMT)
commit731a7884f63586184feea6ecd418f1732d2d5161 (patch)
treeed67a054431c7704d844373fd7dbdf2ba2342948 /drivers/staging/hv/StorVsc.c
parentcc21181217549e0a894dd6b57feacbcb979d831b (diff)
downloadlinux-fsl-qoriq-731a7884f63586184feea6ecd418f1732d2d5161.tar.xz
Staging: hv: move StorVscApi.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/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 82686da..e78f9ab 100644
--- a/drivers/staging/hv/StorVsc.c
+++ b/drivers/staging/hv/StorVsc.c
@@ -27,7 +27,7 @@
#include <linux/delay.h>
#include "osd.h"
#include "logging.h"
-#include "include/StorVscApi.h"
+#include "StorVscApi.h"
#include "include/VmbusPacketFormat.h"
#include "vstorage.h"