]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
Staging: hv: move VmbusPacketFormat.h
authorGreg Kroah-Hartman <gregkh@suse.de>
Fri, 28 Aug 2009 23:24:48 +0000 (16:24 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 15 Sep 2009 19:02:01 +0000 (12:02 -0700)
Move it out of the include subdirectory.

No code changes here, just file movements.

Cc: Hank Janssen <hjanssen@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/hv/ChannelMgmt.h
drivers/staging/hv/NetVsc.h
drivers/staging/hv/StorVsc.c
drivers/staging/hv/VmbusPacketFormat.h [moved from drivers/staging/hv/include/VmbusPacketFormat.h with 100% similarity]

index 6d327c65d938caf234a95ac69dc88facb4faa498..733ef8d45a3580ef66fc5eac20398f1a28be99c2 100644 (file)
@@ -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 {
index ce6f1e2daf62954a0ff93ff2969c4a29e4f5d560..73de16e9f13f52ba031342ff4946396a65b35add 100644 (file)
@@ -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"
index e78f9abe70e3b18923b7c3c7f479dae68caac83a..75b92a051c84cf32db35e4c5aa386bd235559464 100644 (file)
@@ -28,7 +28,7 @@
 #include "osd.h"
 #include "logging.h"
 #include "StorVscApi.h"
-#include "include/VmbusPacketFormat.h"
+#include "VmbusPacketFormat.h"
 #include "vstorage.h"