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

Commit c77b29db authored by Paul Mundt's avatar Paul Mundt
Browse files

sh: fix up CONFIG_KEXEC=n build.



The reserve_crashkernel() definition is in asm/kexec.h which is only
dragged in via linux/kexec.h if CONFIG_KEXEC is set. Just switch over to
asm/kexec.h unconditionally to fix up the build.

Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent a71ba096
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,10 +17,10 @@
#include <linux/percpu.h>
#include <linux/io.h>
#include <linux/lmb.h>
#include <linux/kexec.h>
#include <linux/dma-mapping.h>
#include <asm/mmu_context.h>
#include <asm/mmzone.h>
#include <asm/kexec.h>
#include <asm/tlb.h>
#include <asm/cacheflush.h>
#include <asm/sections.h>