diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2009-08-19 16:14:47 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-09-15 12:01:56 -0700 |
commit | 4983b39a0687b00688478e6748b979a02934b234 (patch) | |
tree | 57c06411bc8cb8f3d7278c91752e12423d24ee03 /drivers/staging/hv/Vmbus.c | |
parent | d7363a194ba9fc4e91a354d5f4ba7f084b847c82 (diff) | |
download | linux-4983b39a0687b00688478e6748b979a02934b234.tar.gz linux-4983b39a0687b00688478e6748b979a02934b234.tar.bz2 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/Vmbus.c')
-rw-r--r-- | drivers/staging/hv/Vmbus.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/hv/Vmbus.c b/drivers/staging/hv/Vmbus.c index 50d2773053b7..2feb7c3cfae5 100644 --- a/drivers/staging/hv/Vmbus.c +++ b/drivers/staging/hv/Vmbus.c @@ -23,6 +23,7 @@ #include <linux/kernel.h> #include <linux/mm.h> +#include "osd.h" #include "include/logging.h" #include "VersionInfo.h" #include "VmbusPrivate.h" |