[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <51821DC9.2010601@metafoo.de>
Date: Thu, 02 May 2013 10:03:21 +0200
From: Lars-Peter Clausen <lars@...afoo.de>
To: eunb.song@...sung.com
CC: "ralf@...ux-mips.org" <ralf@...ux-mips.org>,
"linux-mips@...ux-mips.org" <linux-mips@...ux-mips.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] MIPS: Fix build error crash_dump.c file.
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 <eunb.song@...sung.com>
> ---
> 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/crash_dump.c
> +++ b/arch/mips/kernel/crash_dump.c
> @@ -2,6 +2,7 @@
> #include <linux/bootmem.h>
> #include <linux/crash_dump.h>
> #include <asm/uaccess.h>
> +#include <linux/slab.h>
>
> static int __init parse_savemaxmem(char *p)
> {
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists