Browse Source

Staging: hv: move vstorage.h to hv dir

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>
Greg Kroah-Hartman 16 years ago
parent
commit
2dd88b511b
2 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/staging/hv/StorVsc.c
  2. 0 0
      drivers/staging/hv/vstorage.h

+ 1 - 1
drivers/staging/hv/StorVsc.c

@@ -29,7 +29,7 @@
 #include "include/logging.h"
 #include "include/StorVscApi.h"
 #include "include/VmbusPacketFormat.h"
-#include "include/vstorage.h"
+#include "vstorage.h"
 
 
 

+ 0 - 0
drivers/staging/hv/include/vstorage.h → drivers/staging/hv/vstorage.h