projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d05772
)
[S390] crash_dump: remove duplicate include
author
Danny Kukawka
<danny.kukawka@bisect.de>
Fri, 24 Feb 2012 17:01:28 +0000
(18:01 +0100)
committer
Martin Schwidefsky
<schwidefsky@de.ibm.com>
Fri, 24 Feb 2012 17:01:36 +0000
(18:01 +0100)
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>
arch/s390/kernel/crash_dump.c
patch
|
blob
|
history
diff --git
a/arch/s390/kernel/crash_dump.c
b/arch/s390/kernel/crash_dump.c
index
39f8fd4
..
c383ce4
100644
(file)
--- 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>