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>
#ifndef _CHANNEL_MGMT_H_
#define _CHANNEL_MGMT_H_
-#include "include/List.h"
+#include "List.h"
#include "RingBuffer.h"
#include "include/VmbusChannelInterface.h"
#include "include/VmbusPacketFormat.h"
#include "include/VmbusChannelInterface.h"
-#include "include/List.h"
+#include "List.h"
#include "include/NetVscApi.h"
#include "ChannelMgmt.h"
#include "ChannelInterface.h"
#include "RingBuffer.h"
-#include "include/List.h"
+#include "List.h"
/*
#define _NETVSC_API_H_
#include "VmbusApi.h"
-#include "List.h"
+#include "../List.h"
/* Defines */
#define NETVSC_DEVICE_RING_BUFFER_SIZE (64*PAGE_SIZE)