Skip to content

Commit

Permalink
Staging: hv: move vmbus.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Greg Kroah-Hartman committed Sep 15, 2009
1 parent b4f3fda commit 870cde8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion drivers/staging/hv/blkvsc_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

#include "osd.h"
#include "include/logging.h"
#include "include/vmbus.h"
#include "vmbus.h"

#include "include/StorVscApi.h"

Expand Down
2 changes: 1 addition & 1 deletion drivers/staging/hv/netvsc_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

#include "osd.h"
#include "include/logging.h"
#include "include/vmbus.h"
#include "vmbus.h"

#include "include/NetVscApi.h"

Expand Down
2 changes: 1 addition & 1 deletion drivers/staging/hv/storvsc_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

#include "osd.h"
#include "include/logging.h"
#include "include/vmbus.h"
#include "vmbus.h"
#include "include/StorVscApi.h"


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

#include <linux/device.h>

#include "VmbusApi.h"
#include "include/VmbusApi.h"


/* Data types */
Expand Down
2 changes: 1 addition & 1 deletion drivers/staging/hv/vmbus_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#include <linux/sysctl.h>
#include "osd.h"
#include "include/logging.h"
#include "include/vmbus.h"
#include "vmbus.h"


/* Defines */
Expand Down

0 comments on commit 870cde8

Please sign in to comment.