summaryrefslogtreecommitdiff
path: root/drivers/staging/hv/StorVsc.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2009-08-19 23:14:47 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2009-09-15 19:01:56 (GMT)
commit4983b39a0687b00688478e6748b979a02934b234 (patch)
tree57c06411bc8cb8f3d7278c91752e12423d24ee03 /drivers/staging/hv/StorVsc.c
parentd7363a194ba9fc4e91a354d5f4ba7f084b847c82 (diff)
downloadlinux-fsl-qoriq-4983b39a0687b00688478e6748b979a02934b234.tar.xz
Staging: hv: move osd.h
This moves osd.h out of the include/ subdirectory. No code changes are made here. 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 47de70b..32fa291 100644
--- a/drivers/staging/hv/StorVsc.c
+++ b/drivers/staging/hv/StorVsc.c
@@ -25,8 +25,8 @@
#include <linux/string.h>
#include <linux/mm.h>
#include <linux/delay.h>
+#include "osd.h"
#include "include/logging.h"
-
#include "include/StorVscApi.h"
#include "include/VmbusPacketFormat.h"
#include "include/vstorage.h"