Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a6bbce20 authored by Jaswinder Singh Rajput's avatar Jaswinder Singh Rajput Committed by Paul Mundt
Browse files

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: default avatarJaswinder Singh Rajput <jaswinderrajput@gmail.com>
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 94a8d5ca
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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 */