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