Skip to content

Commit

Permalink
Staging: hv: move vstorage.h to hv dir
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Greg Kroah-Hartman committed Sep 15, 2009
1 parent 7e23a6e commit 2dd88b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/hv/StorVsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#include "include/logging.h"
#include "include/StorVscApi.h"
#include "include/VmbusPacketFormat.h"
#include "include/vstorage.h"
#include "vstorage.h"



Expand Down
File renamed without changes.

0 comments on commit 2dd88b5

Please sign in to comment.