summaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/netvsc_drv.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman2009-08-20 01:21:28 +0200
committerGreg Kroah-Hartman2009-09-15 21:01:57 +0200
commit870cde8086a40b96ce6e39552e57482d577ddd9d (patch)
tree3047dca601c533a6e94c6d816995b7986e987da6 /drivers/staging/hv/netvsc_drv.c
parentStaging: hv: coding style cleanup of include/HvVpApi.h (diff)
downloadkernel-qcow2-linux-870cde8086a40b96ce6e39552e57482d577ddd9d.tar.gz
kernel-qcow2-linux-870cde8086a40b96ce6e39552e57482d577ddd9d.tar.xz
kernel-qcow2-linux-870cde8086a40b96ce6e39552e57482d577ddd9d.zip
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>
Diffstat (limited to 'drivers/staging/hv/netvsc_drv.c')
-rw-r--r--drivers/staging/hv/netvsc_drv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/hv/netvsc_drv.c b/drivers/staging/hv/netvsc_drv.c
index e847cb6c266c..9ea61b281ef4 100644
--- a/drivers/staging/hv/netvsc_drv.c
+++ b/drivers/staging/hv/netvsc_drv.c
@@ -38,7 +38,7 @@
#include "osd.h"
#include "include/logging.h"
-#include "include/vmbus.h"
+#include "vmbus.h"
#include "include/NetVscApi.h"