Browse Source

sh: includecheck fix: dwarf.c

fix the following 'make includecheck' warning:

  arch/sh/kernel/dwarf.c: asm/dwarf.h is included more than once.

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Jaswinder Singh Rajput 16 years ago
parent
commit
a6bbce200d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      arch/sh/kernel/dwarf.c

+ 0 - 1
arch/sh/kernel/dwarf.c

@@ -24,7 +24,6 @@
 #include <asm/unwinder.h>
 #include <asm/sections.h>
 #include <asm/unaligned.h>
-#include <asm/dwarf.h>
 #include <asm/stacktrace.h>
 
 /* Reserve enough memory for two stack frames */