summaryrefslogtreecommitdiff
path: root/drivers/staging/hv/storvsc_drv.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2009-08-19 23:21:28 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2009-09-15 19:01:57 (GMT)
commit870cde8086a40b96ce6e39552e57482d577ddd9d (patch)
tree3047dca601c533a6e94c6d816995b7986e987da6 /drivers/staging/hv/storvsc_drv.c
parentb4f3fda5d475931d596d5cf599a193f42b857594 (diff)
downloadlinux-fsl-qoriq-870cde8086a40b96ce6e39552e57482d577ddd9d.tar.xz
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/storvsc_drv.c')
-rw-r--r--drivers/staging/hv/storvsc_drv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/hv/storvsc_drv.c b/drivers/staging/hv/storvsc_drv.c
index 4574f2b..a3d591d 100644
--- a/drivers/staging/hv/storvsc_drv.c
+++ b/drivers/staging/hv/storvsc_drv.c
@@ -38,7 +38,7 @@
#include "osd.h"
#include "include/logging.h"
-#include "include/vmbus.h"
+#include "vmbus.h"
#include "include/StorVscApi.h"