aboutsummaryrefslogtreecommitdiff
path: root/arch/s390/kernel
diff options
context:
space:
mode:
authorGravatar Linus Torvalds <torvalds@linux-foundation.org> 2012-03-01 18:22:55 -0800
committerGravatar Linus Torvalds <torvalds@linux-foundation.org> 2012-03-01 18:22:55 -0800
commit6bba07c613e6663e5b8977eafec3cd3e63241e1c (patch)
treea650baf4e935976b10911306ffbe6b53d66f88c7 /arch/s390/kernel
parentMerge tag 'for-linus' of git://github.com/rustyrussell/linux (diff)
parent[S390] memory hotplug: prevent memory zone interleave (diff)
downloadlinux-6bba07c613e6663e5b8977eafec3cd3e63241e1c.tar.gz
linux-6bba07c613e6663e5b8977eafec3cd3e63241e1c.tar.bz2
linux-6bba07c613e6663e5b8977eafec3cd3e63241e1c.zip
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
Pull s390 fixes from Martin Schwidefsky * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux: [S390] memory hotplug: prevent memory zone interleave [S390] crash_dump: remove duplicate include [S390] KEYS: Enable the compat keyctl wrapper on s390x
Diffstat (limited to 'arch/s390/kernel')
-rw-r--r--arch/s390/kernel/crash_dump.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/s390/kernel/crash_dump.c b/arch/s390/kernel/crash_dump.c
index 39f8fd4438fc..c383ce440d99 100644
--- a/arch/s390/kernel/crash_dump.c
+++ b/arch/s390/kernel/crash_dump.c
@@ -11,7 +11,6 @@
#include <linux/module.h>
#include <linux/gfp.h>
#include <linux/slab.h>
-#include <linux/crash_dump.h>
#include <linux/bootmem.h>
#include <linux/elf.h>
#include <asm/ipl.h>