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>
This commit is contained in:
Greg Kroah-Hartman 2009-08-28 16:22:45 -07:00
parent 2def7b8bcd
commit 0b43c1806d
5 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,7 @@
#ifndef _CHANNEL_MGMT_H_ #ifndef _CHANNEL_MGMT_H_
#define _CHANNEL_MGMT_H_ #define _CHANNEL_MGMT_H_
#include "include/List.h" #include "List.h"
#include "RingBuffer.h" #include "RingBuffer.h"
#include "include/VmbusChannelInterface.h" #include "include/VmbusChannelInterface.h"

View File

@ -26,7 +26,7 @@
#include "include/VmbusPacketFormat.h" #include "include/VmbusPacketFormat.h"
#include "include/VmbusChannelInterface.h" #include "include/VmbusChannelInterface.h"
#include "include/List.h" #include "List.h"
#include "include/NetVscApi.h" #include "include/NetVscApi.h"

View File

@ -31,7 +31,7 @@
#include "ChannelMgmt.h" #include "ChannelMgmt.h"
#include "ChannelInterface.h" #include "ChannelInterface.h"
#include "RingBuffer.h" #include "RingBuffer.h"
#include "include/List.h" #include "List.h"
/* /*

View File

@ -26,7 +26,7 @@
#define _NETVSC_API_H_ #define _NETVSC_API_H_
#include "VmbusApi.h" #include "VmbusApi.h"
#include "List.h" #include "../List.h"
/* Defines */ /* Defines */
#define NETVSC_DEVICE_RING_BUFFER_SIZE (64*PAGE_SIZE) #define NETVSC_DEVICE_RING_BUFFER_SIZE (64*PAGE_SIZE)