]> git.baikalelectronics.ru Git - kernel.git/commit
sh: fix up CONFIG_KEXEC=n build.
authorPaul Mundt <lethal@linux-sh.org>
Tue, 18 May 2010 05:53:23 +0000 (14:53 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Tue, 18 May 2010 05:53:23 +0000 (14:53 +0900)
commit28d40a17d3e2df7317f0c8280435a9f5e4bda2c4
tree1f96a17d16c8072311e4335a405298a9e3a9656c
parent354ca664d871d623a7907d6faf881c9970a9790f
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>
arch/sh/mm/init.c