]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: kirkwood: add missing kexec.h include
authorIan Campbell <ijc@hellion.org.uk>
Sun, 29 Apr 2012 13:40:42 +0000 (14:40 +0100)
committerJason Cooper <jason@lakedaemon.net>
Tue, 8 May 2012 18:43:25 +0000 (18:43 +0000)
commitd9a06b43aa45400359c86022fadf506a6d6c51e1
tree292e9eecdda52fb05ea90fe58414a3f1546bb8d7
parentb46dfabc46f2f4b2b4cf8bc5e8c58410ed27a893
ARM: kirkwood: add missing kexec.h include

Fixes the following build error when CONFIG_KEXEC is enabled:
  CC      arch/arm/mach-kirkwood/board-dt.o
arch/arm/mach-kirkwood/board-dt.c: In function 'kirkwood_dt_init':
arch/arm/mach-kirkwood/board-dt.c:52:2: error: 'kexec_reinit' undeclared (first use in this function)
arch/arm/mach-kirkwood/board-dt.c:52:2: note: each undeclared identifier is reported only once for each function it appears in

Signed-off-by: Ian Campbell <ijc@hellion.org.uk>
[v4, rebase onto recent Linus for repost]
[v3, speak actual English in the commit message, thanks Sergei Shtylyov]
[v2, using linux/kexec.h not asm/kexec.h]
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
arch/arm/mach-kirkwood/board-dt.c