diff options
author | Danny Kukawka <danny.kukawka@bisect.de> | 2012-02-24 18:01:28 +0100 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2012-02-24 18:01:36 +0100 |
commit | d60331ac0d961ae063e69c43f09d14244ad5d921 (patch) | |
tree | 23f3f9fbe7a22b5e0d79d6ae11c265df2ab13108 /arch | |
parent | 1d057720609ed052a6371fe1d53300e5e6328e94 (diff) | |
download | linux-d60331ac0d961ae063e69c43f09d14244ad5d921.tar.bz2 |
[S390] crash_dump: remove duplicate include
arch/s390/kernel/crash_dump.c included 'linux/crash_dump.h' twice,
remove the duplicate.
Signed-off-by: Danny Kukawka <danny.kukawka@bisect.de>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch')
-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> |