Staging: hv: move vstorage.h to hv dir
authorGreg Kroah-Hartman <gregkh@suse.de>
Thu, 27 Aug 2009 22:58:52 +0000 (15:58 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 15 Sep 2009 19:01:59 +0000 (12:01 -0700)
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>
drivers/staging/hv/StorVsc.c
drivers/staging/hv/vstorage.h [moved from drivers/staging/hv/include/vstorage.h with 100% similarity]

index 96aab17..a235613 100644 (file)
@@ -29,7 +29,7 @@
 #include "include/logging.h"
 #include "include/StorVscApi.h"
 #include "include/VmbusPacketFormat.h"
-#include "include/vstorage.h"
+#include "vstorage.h"