summaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/StorVsc.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman2009-08-20 01:14:47 +0200
committerGreg Kroah-Hartman2009-09-15 21:01:56 +0200
commit4983b39a0687b00688478e6748b979a02934b234 (patch)
tree57c06411bc8cb8f3d7278c91752e12423d24ee03 /drivers/staging/hv/StorVsc.c
parentStaging: hv: clean up vstorage.h (diff)
downloadkernel-qcow2-linux-4983b39a0687b00688478e6748b979a02934b234.tar.gz
kernel-qcow2-linux-4983b39a0687b00688478e6748b979a02934b234.tar.xz
kernel-qcow2-linux-4983b39a0687b00688478e6748b979a02934b234.zip
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 47de70b0d827..32fa2914f45d 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"