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: Greg Kroah-Hartman <gregkh@suse.de>
#include <linux/slab.h>
#include <linux/vmalloc.h>
#include <linux/hyperv.h>
-
+#include <asm/hyperv.h>
#include "hyperv_vmbus.h"
#include <linux/slab.h>
#include <linux/vmalloc.h>
#include <linux/hyperv.h>
-
+#include <asm/hyperv.h>
#include "hyperv_vmbus.h"
/* The one and only */
#include <acpi/acpi_bus.h>
#include <linux/completion.h>
#include <linux/hyperv.h>
-
+#include <asm/hyperv.h>
#include "hyperv_vmbus.h"
#include <linux/mod_devicetable.h>
-#include <asm/hyperv.h>
-
-
#define MAX_PAGE_BUFFER_COUNT 16
#define MAX_MULTIPAGE_BUFFER_COUNT 32 /* 128K */