Skip to content

Commit

Permalink
[S390] crash_dump: remove duplicate include
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Danny Kukawka authored and Martin Schwidefsky committed Feb 24, 2012
1 parent 1d05772 commit d60331a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/s390/kernel/crash_dump.c
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit d60331a

Please sign in to comment.