Skip to content

Commit

Permalink
Staging: hv: vmbus_drv: Include the contents of hv_api.h in hyperv_vm…
Browse files Browse the repository at this point in the history
…bus.h

Include the contents of hv_api.h in hyperv_vmbus.h.

Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: Abhishek Kane <v-abkane@microsoft.com>
Signed-off-by: Hank Janssen <hjanssen@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed May 17, 2011
1 parent 0f2a661 commit afbdc4a
Show file tree
Hide file tree
Showing 17 changed files with 366 additions and 406 deletions.
1 change: 0 additions & 1 deletion drivers/staging/hv/blkvsc_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
#include <scsi/scsi_dbg.h>

#include "hyperv.h"
#include "hv_api.h"
#include "storvsc_api.h"


Expand Down
1 change: 0 additions & 1 deletion drivers/staging/hv/channel.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@

#include "hyperv.h"
#include "hyperv_vmbus.h"
#include "hv_api.h"
#include "vmbus_private.h"

#define NUM_PAGES_SPANNED(addr, len) \
Expand Down
1 change: 0 additions & 1 deletion drivers/staging/hv/channel_mgmt.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@

#include "hyperv.h"
#include "hyperv_vmbus.h"
#include "hv_api.h"
#include "vmbus_private.h"

struct vmbus_channel_message_table_entry {
Expand Down
1 change: 0 additions & 1 deletion drivers/staging/hv/connection.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@

#include "hyperv.h"
#include "hyperv_vmbus.h"
#include "hv_api.h"
#include "vmbus_private.h"


Expand Down
1 change: 0 additions & 1 deletion drivers/staging/hv/hv.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@

#include "hyperv.h"
#include "hyperv_vmbus.h"
#include "hv_api.h"
#include "vmbus_private.h"

/* The one and only */
Expand Down
2 changes: 1 addition & 1 deletion drivers/staging/hv/hv.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#ifndef __HV_H__
#define __HV_H__

#include "hv_api.h"
#include "hyperv_vmbus.h"

enum {
VMBUS_MESSAGE_CONNECTION_ID = 1,
Expand Down
Loading

0 comments on commit afbdc4a

Please sign in to comment.