From: Paul Mundt Date: Tue, 18 May 2010 05:53:23 +0000 (+0900) Subject: sh: fix up CONFIG_KEXEC=n build. X-Git-Tag: v2.6.35-rc1~504^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c77b29db74a0ea4fdce0564a63b8876798625d64;p=pandora-kernel.git 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: Paul Mundt --- Reading git-diff-tree failed