diff options
author | K. Y. Srinivasan <kys@microsoft.com> | 2017-01-19 21:51:50 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-01-20 16:48:03 +0300 |
commit | e810e48c0c9a1a1ebb90cfe966bce6dc80ce08e7 (patch) | |
tree | 8fbbcdd8b1297e8968c78bb5f697f058923a4401 /drivers/hv/channel_mgmt.c | |
parent | 73638cddaad861a5ebb2b119d8b318d4bded8f8d (diff) | |
download | linux-e810e48c0c9a1a1ebb90cfe966bce6dc80ce08e7.tar.xz |
Drivers: hv: vmbus: Move the code to signal end of message
As part of the effort to separate out architecture specific code, move the
code for signaling end of message.
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/hv/channel_mgmt.c')
-rw-r--r-- | drivers/hv/channel_mgmt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hv/channel_mgmt.c b/drivers/hv/channel_mgmt.c index 0af7e39006c8..49d77be90ca4 100644 --- a/drivers/hv/channel_mgmt.c +++ b/drivers/hv/channel_mgmt.c @@ -31,6 +31,7 @@ #include <linux/completion.h> #include <linux/delay.h> #include <linux/hyperv.h> +#include <asm/mshyperv.h> #include "hyperv_vmbus.h" |