lkml.org 
[lkml]   [2013]   [Aug]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] h8300/kernel/setup.c: add "linux/initrd.h" to pass compiling
On 08/26/2013 06:31 PM, Chen Gang wrote:
> Need add "linux/initrd.h" to pass compiling.
>
> The related error (allmodconfig for h8300):
>
> arch/h8300/kernel/setup.c: In function 'setup_arch':
> arch/h8300/kernel/setup.c:103:3: error: 'initrd_start' undeclared (first use in this function)
> initrd_start = memory_start;
> ^
> arch/h8300/kernel/setup.c:103:3: note: each undeclared identifier is reported only once for each function it appears in
> arch/h8300/kernel/setup.c:104:3: error: 'initrd_end' undeclared (first use in this function)
> initrd_end = memory_start += be32_to_cpu(((unsigned long *) (memory_start))[2]);
> ^
>
> Signed-off-by: Chen Gang <gang.chen@asianux.com>
> ---
> arch/h8300/kernel/setup.c | 3 +++
> 1 files changed, 3 insertions(+), 0 deletions(-)
>
> diff --git a/arch/h8300/kernel/setup.c b/arch/h8300/kernel/setup.c
> index d0b1607..684e734 100644
> --- a/arch/h8300/kernel/setup.c
> +++ b/arch/h8300/kernel/setup.c
> @@ -47,6 +47,9 @@
> #include <asm/regs267x.h>
> #endif
>
> +#if defined(CONFIG_BLK_DEV_INITRD)
> +#include <linux/initrd.h>
> +#endif
> #define STUBSIZE 0xc000
>

Oh, it need an empty line after "#endif" to mach "current coding style".

I will send patch v2 for it.

Thanks.

> unsigned long rom_length;
>


--
Chen Gang


\
 
 \ /
  Last update: 2013-08-30 06:21    [W:0.094 / U:0.132 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site