Commit 870cde80 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

Staging: hv: move vmbus.h

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: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent b4f3fda5
......@@ -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 "osd.h"
#include "include/logging.h"
#include "include/vmbus.h"
#include "vmbus.h"
#include "include/NetVscApi.h"
......
......@@ -38,7 +38,7 @@
#include "osd.h"
#include "include/logging.h"
#include "include/vmbus.h"
#include "vmbus.h"
#include "include/StorVscApi.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>
#include "osd.h"
#include "include/logging.h"
#include "include/vmbus.h"
#include "vmbus.h"
/* Defines */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment