Skip to content

Commit

Permalink
Staging: hv: Move the contents of channel_mgmt.h to hyperv.h
Browse files Browse the repository at this point in the history
Move the contents of channel_mgmt.h to hyperv.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 50ed40e commit b56dda0
Show file tree
Hide file tree
Showing 4 changed files with 290 additions and 318 deletions.
2 changes: 1 addition & 1 deletion drivers/staging/hv/channel.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#ifndef _CHANNEL_H_
#define _CHANNEL_H_

#include "channel_mgmt.h"
#include "hyperv.h"

/* The format must be the same as struct vmdata_gpa_direct */
struct vmbus_channel_packet_page_buffer {
Expand Down
316 changes: 0 additions & 316 deletions drivers/staging/hv/channel_mgmt.h

This file was deleted.

Loading

0 comments on commit b56dda0

Please sign in to comment.