diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2012-03-02 03:22:55 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-03-02 03:22:55 +0100 |
commit | 6bba07c613e6663e5b8977eafec3cd3e63241e1c (patch) | |
tree | a650baf4e935976b10911306ffbe6b53d66f88c7 /arch/s390/kernel | |
parent | Merge tag 'for-linus' of git://github.com/rustyrussell/linux (diff) | |
parent | [S390] memory hotplug: prevent memory zone interleave (diff) | |
download | linux-6bba07c613e6663e5b8977eafec3cd3e63241e1c.tar.xz 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.c | 1 |
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> |