[PATCH 320/641] Staging: hv: move VmbusPacketFormat.h

Greg Kroah-Hartman gregkh at suse.de
Tue Sep 15 19:09:11 UTC 2009


Move it out of the include subdirectory.

No code changes here, just file movements.

Cc: Hank Janssen <hjanssen at microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh at suse.de>
---
 drivers/staging/hv/ChannelMgmt.h                   |    3 +--
 drivers/staging/hv/NetVsc.h                        |    2 +-
 drivers/staging/hv/StorVsc.c                       |    2 +-
 .../staging/hv/{include => }/VmbusPacketFormat.h   |    0
 4 files changed, 3 insertions(+), 4 deletions(-)
 rename drivers/staging/hv/{include => }/VmbusPacketFormat.h (100%)

diff --git a/drivers/staging/hv/ChannelMgmt.h b/drivers/staging/hv/ChannelMgmt.h
index 6d327c6..733ef8d 100644
--- a/drivers/staging/hv/ChannelMgmt.h
+++ b/drivers/staging/hv/ChannelMgmt.h
@@ -27,9 +27,8 @@
 
 #include "List.h"
 #include "RingBuffer.h"
-
 #include "VmbusChannelInterface.h"
-#include "include/VmbusPacketFormat.h"
+#include "VmbusPacketFormat.h"
 
 /* Version 1 messages */
 enum vmbus_channel_message_type {
diff --git a/drivers/staging/hv/NetVsc.h b/drivers/staging/hv/NetVsc.h
index ce6f1e2..73de16e 100644
--- a/drivers/staging/hv/NetVsc.h
+++ b/drivers/staging/hv/NetVsc.h
@@ -24,7 +24,7 @@
 #ifndef _NETVSC_H_
 #define _NETVSC_H_
 
-#include "include/VmbusPacketFormat.h"
+#include "VmbusPacketFormat.h"
 #include "VmbusChannelInterface.h"
 #include "List.h"
 #include "NetVscApi.h"
diff --git a/drivers/staging/hv/StorVsc.c b/drivers/staging/hv/StorVsc.c
index e78f9ab..75b92a0 100644
--- a/drivers/staging/hv/StorVsc.c
+++ b/drivers/staging/hv/StorVsc.c
@@ -28,7 +28,7 @@
 #include "osd.h"
 #include "logging.h"
 #include "StorVscApi.h"
-#include "include/VmbusPacketFormat.h"
+#include "VmbusPacketFormat.h"
 #include "vstorage.h"
 
 
diff --git a/drivers/staging/hv/include/VmbusPacketFormat.h b/drivers/staging/hv/VmbusPacketFormat.h
similarity index 100%
rename from drivers/staging/hv/include/VmbusPacketFormat.h
rename to drivers/staging/hv/VmbusPacketFormat.h
-- 
1.6.4.2




More information about the devel mailing list