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: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Greg Kroah-Hartman 2009-08-19 16:21:28 -07:00
parent b4f3fda5d4
commit 870cde8086
5 changed files with 5 additions and 5 deletions

View file

@ -35,7 +35,7 @@
#include "osd.h"
#include "include/logging.h"
#include "include/vmbus.h"
#include "vmbus.h"
#include "include/StorVscApi.h"

View file

@ -38,7 +38,7 @@
#include "osd.h"
#include "include/logging.h"
#include "include/vmbus.h"
#include "vmbus.h"
#include "include/NetVscApi.h"

View file

@ -38,7 +38,7 @@
#include "osd.h"
#include "include/logging.h"
#include "include/vmbus.h"
#include "vmbus.h"
#include "include/StorVscApi.h"

View file

@ -27,7 +27,7 @@
#include <linux/device.h>
#include "VmbusApi.h"
#include "include/VmbusApi.h"
/* Data types */

View file

@ -30,7 +30,7 @@
#include <linux/sysctl.h>
#include "osd.h"
#include "include/logging.h"
#include "include/vmbus.h"
#include "vmbus.h"
/* Defines */