Staging: hv: remove unneeded asm include file in hyperv.h
authorGreg Kroah-Hartman <gregkh@suse.de>
Tue, 11 Oct 2011 14:36:44 +0000 (08:36 -0600)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 11 Oct 2011 14:49:19 +0000 (08:49 -0600)
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>
drivers/hv/connection.c
drivers/hv/hv.c
drivers/hv/vmbus_drv.c
include/linux/hyperv.h

index 5f438b6500687e44cc68e66be7c38c72fd3dcba5..650c9f0b66425b8b0007422aa8461182ed26256d 100644 (file)
@@ -30,7 +30,7 @@
 #include <linux/slab.h>
 #include <linux/vmalloc.h>
 #include <linux/hyperv.h>
-
+#include <asm/hyperv.h>
 #include "hyperv_vmbus.h"
 
 
index 931b7b0307847d1ba4a2f1b0d0289d4b2c9d8a98..0fb100ed91a36a79910b0d7fec72c51ca1aa4264 100644 (file)
@@ -26,7 +26,7 @@
 #include <linux/slab.h>
 #include <linux/vmalloc.h>
 #include <linux/hyperv.h>
-
+#include <asm/hyperv.h>
 #include "hyperv_vmbus.h"
 
 /* The one and only */
index b0d08f980de13babb46a9c2f73539a7204e9b3be..bb9f20507d77b06a1257d48db311d3acf262766f 100644 (file)
@@ -33,7 +33,7 @@
 #include <acpi/acpi_bus.h>
 #include <linux/completion.h>
 #include <linux/hyperv.h>
-
+#include <asm/hyperv.h>
 #include "hyperv_vmbus.h"
 
 
index edaa9e2f58ece3d0c6813a71da8b8443179885d2..4c8414a8b07f691fae8fe45eaf78b8f993a3478a 100644 (file)
@@ -35,9 +35,6 @@
 #include <linux/mod_devicetable.h>
 
 
-#include <asm/hyperv.h>
-
-
 #define MAX_PAGE_BUFFER_COUNT                          16
 #define MAX_MULTIPAGE_BUFFER_COUNT                     32 /* 128K */
 
This page took 0.029533 seconds and 5 git commands to generate.