commit | c77b29db74a0ea4fdce0564a63b8876798625d64 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Tue May 18 14:53:23 2010 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Tue May 18 14:53:23 2010 +0900 |
tree | 1f96a17d16c8072311e4335a405298a9e3a9656c | |
parent | a71ba09655d197f22938fffa6f5d210ff5134f98 [diff] |
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 <lethal@linux-sh.org>