Re: [PATCH] cris: Fix conflicting types for _etext, _edata, _end

2018-01-11 Thread Sergey Senozhatsky
On (01/11/18 15:24), Jesper Nilsson wrote: > On Thu, Jan 11, 2018 at 11:12:51PM +0900, Sergey Senozhatsky wrote: > > On (01/05/18 11:47), Sergey Senozhatsky wrote: > > > Include asm/sections.h header which contains the correct > > > types for _etext, _edata and _end - char arrays. > > > > > > Sign

Re: [PATCH] cris: Fix conflicting types for _etext, _edata, _end

2018-01-11 Thread Jesper Nilsson
On Thu, Jan 11, 2018 at 11:12:51PM +0900, Sergey Senozhatsky wrote: > On (01/05/18 11:47), Sergey Senozhatsky wrote: > > Include asm/sections.h header which contains the correct > > types for _etext, _edata and _end - char arrays. > > > > Signed-off-by: Sergey Senozhatsky > > Mikael, Jesper, >

Re: [PATCH] cris: Fix conflicting types for _etext, _edata, _end

2018-01-11 Thread Sergey Senozhatsky
On (01/05/18 11:47), Sergey Senozhatsky wrote: > Include asm/sections.h header which contains the correct > types for _etext, _edata and _end - char arrays. > > Signed-off-by: Sergey Senozhatsky Mikael, Jesper, any opinions? -ss > --- > arch/cris/kernel/setup.c | 2 +- > 1 file chang

[PATCH] cris: Fix conflicting types for _etext, _edata, _end

2018-01-04 Thread Sergey Senozhatsky
Include asm/sections.h header which contains the correct types for _etext, _edata and _end - char arrays. Signed-off-by: Sergey Senozhatsky --- arch/cris/kernel/setup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/cris/kernel/setup.c b/arch/cris/kernel/setup.c index 5