diff options
author | Danny Kukawka <danny.kukawka@bisect.de> | 2012-02-16 03:55:54 (GMT) |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2012-02-27 00:33:58 (GMT) |
commit | ed7e3d1ca7005fe4bbb260da3caea3ef2af5c7c5 (patch) | |
tree | 36d0d84b2f9fe72105933b4b6325caea744706d1 /arch/powerpc | |
parent | 3d066d77cf464ea1e47808f95243301fd2175a7f (diff) | |
download | linux-ed7e3d1ca7005fe4bbb260da3caea3ef2af5c7c5.tar.xz |
arch/powerpc/kvm/book3s_hv.c: included linux/sched.h twice
arch/powerpc/kvm/book3s_hv.c: included 'linux/sched.h' twice,
remove the duplicate.
Signed-off-by: Danny Kukawka <danny.kukawka@bisect.de>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/kvm/book3s_hv.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/kvm/book3s_hv.c b/arch/powerpc/kvm/book3s_hv.c index 336983d..a726716 100644 --- a/arch/powerpc/kvm/book3s_hv.c +++ b/arch/powerpc/kvm/book3s_hv.c @@ -46,7 +46,6 @@ #include <asm/page.h> #include <asm/hvcall.h> #include <linux/gfp.h> -#include <linux/sched.h> #include <linux/vmalloc.h> #include <linux/highmem.h> |