aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2009-08-28 16:24:48 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2009-09-15 12:02:01 -0700
commit216260d8b8225249a114494581ab387290102c1b (patch)
treefb7e8919cf34bf3d82735269be338613335c8acf /drivers/staging/hv
parentStaging: hv: move VmbusChannelInterface.h (diff)
downloadlinux-dev-216260d8b8225249a114494581ab387290102c1b.tar.xz
linux-dev-216260d8b8225249a114494581ab387290102c1b.zip
Staging: hv: move VmbusPacketFormat.h
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>
Diffstat (limited to 'drivers/staging/hv')
-rw-r--r--drivers/staging/hv/ChannelMgmt.h3
-rw-r--r--drivers/staging/hv/NetVsc.h2
-rw-r--r--drivers/staging/hv/StorVsc.c2
-rw-r--r--drivers/staging/hv/VmbusPacketFormat.h (renamed from drivers/staging/hv/include/VmbusPacketFormat.h)0
4 files changed, 3 insertions, 4 deletions
diff --git a/drivers/staging/hv/ChannelMgmt.h b/drivers/staging/hv/ChannelMgmt.h
index 6d327c65d938..733ef8d45a35 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 ce6f1e2daf62..73de16e9f13f 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 e78f9abe70e3..75b92a051c84 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
index 79120bc742dc..79120bc742dc 100644
--- a/drivers/staging/hv/include/VmbusPacketFormat.h
+++ b/drivers/staging/hv/VmbusPacketFormat.h