diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2011-10-11 08:36:44 -0600 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-10-11 08:49:19 -0600 |
commit | 407dd1644302ea78fa5d740e67a1c09677aa18a4 (patch) | |
tree | 3fe6bef5d17db41b02578a05cb1caef66af2355c /drivers/hv/hv.c | |
parent | 46a971913611a23478283931460a95be962ce329 (diff) | |
download | linux-407dd1644302ea78fa5d740e67a1c09677aa18a4.tar.bz2 |
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: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/hv/hv.c')
-rw-r--r-- | drivers/hv/hv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hv/hv.c b/drivers/hv/hv.c index 931b7b030784..0fb100ed91a3 100644 --- a/drivers/hv/hv.c +++ b/drivers/hv/hv.c @@ -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 */ |