Commit 407dd164 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

Staging: hv: remove unneeded asm include file in hyperv.h

No one outside of the hyperv core needs to include the asm/hyperv.h
file, so don't put it in the "global" include/linux/hyperv.h file.

Cc: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 46a97191
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
#include <linux/slab.h> #include <linux/slab.h>
#include <linux/vmalloc.h> #include <linux/vmalloc.h>
#include <linux/hyperv.h> #include <linux/hyperv.h>
#include <asm/hyperv.h>
#include "hyperv_vmbus.h" #include "hyperv_vmbus.h"
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
#include <linux/slab.h> #include <linux/slab.h>
#include <linux/vmalloc.h> #include <linux/vmalloc.h>
#include <linux/hyperv.h> #include <linux/hyperv.h>
#include <asm/hyperv.h>
#include "hyperv_vmbus.h" #include "hyperv_vmbus.h"
/* The one and only */ /* The one and only */
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
#include <acpi/acpi_bus.h> #include <acpi/acpi_bus.h>
#include <linux/completion.h> #include <linux/completion.h>
#include <linux/hyperv.h> #include <linux/hyperv.h>
#include <asm/hyperv.h>
#include "hyperv_vmbus.h" #include "hyperv_vmbus.h"
......
...@@ -35,9 +35,6 @@ ...@@ -35,9 +35,6 @@
#include <linux/mod_devicetable.h> #include <linux/mod_devicetable.h>
#include <asm/hyperv.h>
#define MAX_PAGE_BUFFER_COUNT 16 #define MAX_PAGE_BUFFER_COUNT 16
#define MAX_MULTIPAGE_BUFFER_COUNT 32 /* 128K */ #define MAX_MULTIPAGE_BUFFER_COUNT 32 /* 128K */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment