Staging: hv: move vstorage.h to hv dir

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Linux Kernel Mailing List
Date: Wednesday, September 16, 2009 - 9:08 am

Gitweb:     http://git.kernel.org/linus/2dd88b511b3ca7907b3fc0e318ff95643a87f2af
Commit:     2dd88b511b3ca7907b3fc0e318ff95643a87f2af
Parent:     7e23a6e9626bf93242712f146a9657d38dda497b
Author:     Greg Kroah-Hartman <gregkh@suse.de>
AuthorDate: Thu Aug 27 15:58:52 2009 -0700
Committer:  Greg Kroah-Hartman <gregkh@suse.de>
CommitDate: Tue Sep 15 12:01:59 2009 -0700

    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>
---
 drivers/staging/hv/StorVsc.c                |    2 +-
 drivers/staging/hv/{include => }/vstorage.h |    0
 2 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/staging/hv/StorVsc.c b/drivers/staging/hv/StorVsc.c
index 96aab17..a235613 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
--
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Staging: hv: move vstorage.h to hv dir, Linux Kernel Mailing ..., (Wed Sep 16, 9:08 am)