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>
#include <linux/delay.h>
#include "osd.h"
#include "logging.h"
-#include "include/StorVscApi.h"
+#include "StorVscApi.h"
#include "include/VmbusPacketFormat.h"
#include "vstorage.h"
#ifndef _STORVSC_API_H_
#define _STORVSC_API_H_
-#include "VmbusApi.h"
+#include "include/VmbusApi.h"
/* Defines */
#define STORVSC_RING_BUFFER_SIZE (10*PAGE_SIZE)
#include "osd.h"
#include "logging.h"
#include "vmbus.h"
-
-#include "include/StorVscApi.h"
+#include "StorVscApi.h"
/* #defines */
#include "osd.h"
#include "logging.h"
#include "vmbus.h"
-#include "include/StorVscApi.h"
+#include "StorVscApi.h"
/* #defines */