This moves vmbus.h from the include/ subdirectory. It doesn't belong there. No code changes happened here. Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
@@ -35,7 +35,7 @@
#include "osd.h"
#include "include/logging.h"
-#include "include/vmbus.h"
+#include "vmbus.h"
#include "include/StorVscApi.h"
@@ -38,7 +38,7 @@
#include "include/NetVscApi.h"
@@ -27,7 +27,7 @@
#include <linux/device.h>
-#include "VmbusApi.h"
+#include "include/VmbusApi.h"
/* Data types */
@@ -30,7 +30,7 @@
#include <linux/sysctl.h>
/* Defines */