]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: Fix build error for crash_dump.c in 3.10-rc1
authorEunBong Song <eunb.song@samsung.com>
Mon, 13 May 2013 00:16:55 +0000 (00:16 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Fri, 17 May 2013 18:36:02 +0000 (20:36 +0200)
commit99258c09c6544d0661ea7fe236da4c3cde311c1f
tree4002d6ab18b6b2e56bf2d86813adbec6c9f71caa
parentd752e6b4282a96e921664225ecb411c408bd2413
MIPS: Fix build error for crash_dump.c in 3.10-rc1

This patch fixes crash_dump.c build error. Build error logs are as follow.

arch/mips/kernel/crash_dump.c: In function 'kdump_buf_page_init':
arch/mips/kernel/crash_dump.c:67: error: implicit declaration of function 'kmalloc'
arch/mips/kernel/crash_dump.c:67: error: assignment makes pointer from integer without a cast

Signed-off-by: EunBong Song <eunb.song@samsung.com>
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/5238/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/crash_dump.c