From: Greg Kroah-Hartman Date: Thu, 27 Aug 2009 22:58:52 +0000 (-0700) Subject: Staging: hv: move vstorage.h to hv dir X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=2dd88b511b3ca7907b3fc0e318ff95643a87f2af;p=linux-beck.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/hv/StorVsc.c b/drivers/staging/hv/StorVsc.c index 96aab171e732..a2356132fa26 100644 --- a/drivers/staging/hv/StorVsc.c +++ b/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" diff --git a/drivers/staging/hv/include/vstorage.h b/drivers/staging/hv/vstorage.h similarity index 100% rename from drivers/staging/hv/include/vstorage.h rename to drivers/staging/hv/vstorage.h