[PATCH ] MIPS: Fix build error crash_dump.c file.

2013-05-02 Thread EUNBONG SONG
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' cc1: warnings being treated as errors arch/mips/kernel/crash_dump.c:67:

Re: [PATCH] MIPS: Fix build error crash_dump.c file.

2013-05-02 Thread Lars-Peter Clausen
On 05/02/2013 10:00 AM, EUNBONG SONG wrote: > > This patch fixes crash_dump.c build error. > When fixing a compile error/warning you should always include the error message in the commit log. > Signed-off-by: Eunbong Song > --- > arch/mips/kernel/crash_dump.c |1 + > 1 files changed, 1 in

[PATCH] MIPS: Fix build error crash_dump.c file.

2013-05-02 Thread EUNBONG SONG
This patch fixes crash_dump.c build error. Signed-off-by: Eunbong Song --- arch/mips/kernel/crash_dump.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/mips/kernel/crash_dump.c b/arch/mips/kernel/crash_dump.c index 35bed0d..3be9e7b 100644 --- a/arch/mips/kernel/cr