aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/hv
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2009-08-28 16:22:45 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2009-09-15 12:02:00 -0700
commit0b43c1806d6fe1f1f004f9e437c992ac1ddb931e (patch)
tree722c5bb09db8cbae2741f32d5de310fcb8f35126 /drivers/staging/hv
parent2def7b8bcd4c49ca71a950611c9d456fd35282d2 (diff)
Staging: hv: move List.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.h2
-rw-r--r--drivers/staging/hv/List.h (renamed from drivers/staging/hv/include/List.h)0
-rw-r--r--drivers/staging/hv/NetVsc.h2
-rw-r--r--drivers/staging/hv/VmbusPrivate.h2
-rw-r--r--drivers/staging/hv/include/NetVscApi.h2
5 files changed, 4 insertions, 4 deletions
diff --git a/drivers/staging/hv/ChannelMgmt.h b/drivers/staging/hv/ChannelMgmt.h
index 822d9c03d10..922eac21f55 100644
--- a/drivers/staging/hv/ChannelMgmt.h
+++ b/drivers/staging/hv/ChannelMgmt.h
@@ -25,7 +25,7 @@
#ifndef _CHANNEL_MGMT_H_
#define _CHANNEL_MGMT_H_
-#include "include/List.h"
+#include "List.h"
#include "RingBuffer.h"
#include "include/VmbusChannelInterface.h"
diff --git a/drivers/staging/hv/include/List.h b/drivers/staging/hv/List.h
index 735a938a218..735a938a218 100644
--- a/drivers/staging/hv/include/List.h
+++ b/drivers/staging/hv/List.h
diff --git a/drivers/staging/hv/NetVsc.h b/drivers/staging/hv/NetVsc.h
index f816d5c1c48..93734400fc9 100644
--- a/drivers/staging/hv/NetVsc.h
+++ b/drivers/staging/hv/NetVsc.h
@@ -26,7 +26,7 @@
#include "include/VmbusPacketFormat.h"
#include "include/VmbusChannelInterface.h"
-#include "include/List.h"
+#include "List.h"
#include "include/NetVscApi.h"
diff --git a/drivers/staging/hv/VmbusPrivate.h b/drivers/staging/hv/VmbusPrivate.h
index 928735e2ed9..ce933d6daa5 100644
--- a/drivers/staging/hv/VmbusPrivate.h
+++ b/drivers/staging/hv/VmbusPrivate.h
@@ -31,7 +31,7 @@
#include "ChannelMgmt.h"
#include "ChannelInterface.h"
#include "RingBuffer.h"
-#include "include/List.h"
+#include "List.h"
/*
diff --git a/drivers/staging/hv/include/NetVscApi.h b/drivers/staging/hv/include/NetVscApi.h
index c53e4170e94..5075494eefa 100644
--- a/drivers/staging/hv/include/NetVscApi.h
+++ b/drivers/staging/hv/include/NetVscApi.h
@@ -26,7 +26,7 @@
#define _NETVSC_API_H_
#include "VmbusApi.h"
-#include "List.h"
+#include "../List.h"
/* Defines */
#define NETVSC_DEVICE_RING_BUFFER_SIZE (64*PAGE_SIZE)