sh: includecheck fix: dwarf.c
[pandora-kernel.git] / arch / sh / kernel / dwarf.c
index 700f7e0..03b3616 100644 (file)
@@ -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 */
@@ -887,7 +886,7 @@ static int __init dwarf_unwinder_init(void)
 {
        u32 entry_type;
        void *p, *entry;
-       int count, err;
+       int count, err = 0;
        unsigned long len;
        unsigned int c_entries, f_entries;
        unsigned char *end;