Re: [PATCH] riscv: fix warning in arch/riscv/include/asm/module.h

2018-11-19 Thread Palmer Dabbelt
On Fri, 16 Nov 2018 19:09:36 PST (-0800), Olof Johansson wrote: On Thu, Nov 8, 2018 at 11:32 AM Palmer Dabbelt wrote: On Thu, 08 Nov 2018 11:07:00 PST (-0800), david.abdurachma...@gmail.com wrote: > Fixes warning: 'struct module' declared inside parameter list will not be > visible outside of

Re: [PATCH] riscv: fix warning in arch/riscv/include/asm/module.h

2018-11-19 Thread Palmer Dabbelt
On Fri, 16 Nov 2018 19:09:36 PST (-0800), Olof Johansson wrote: On Thu, Nov 8, 2018 at 11:32 AM Palmer Dabbelt wrote: On Thu, 08 Nov 2018 11:07:00 PST (-0800), david.abdurachma...@gmail.com wrote: > Fixes warning: 'struct module' declared inside parameter list will not be > visible outside of

Re: [PATCH] riscv: fix warning in arch/riscv/include/asm/module.h

2018-11-16 Thread Olof Johansson
On Thu, Nov 8, 2018 at 11:32 AM Palmer Dabbelt wrote: > > On Thu, 08 Nov 2018 11:07:00 PST (-0800), david.abdurachma...@gmail.com wrote: > > Fixes warning: 'struct module' declared inside parameter list will not be > > visible outside of this definition or declaration > > > > Signed-off-by: David

Re: [PATCH] riscv: fix warning in arch/riscv/include/asm/module.h

2018-11-16 Thread Olof Johansson
On Thu, Nov 8, 2018 at 11:32 AM Palmer Dabbelt wrote: > > On Thu, 08 Nov 2018 11:07:00 PST (-0800), david.abdurachma...@gmail.com wrote: > > Fixes warning: 'struct module' declared inside parameter list will not be > > visible outside of this definition or declaration > > > > Signed-off-by: David

Re: [PATCH] riscv: fix warning in arch/riscv/include/asm/module.h

2018-11-08 Thread Palmer Dabbelt
On Thu, 08 Nov 2018 11:07:00 PST (-0800), david.abdurachma...@gmail.com wrote: Fixes warning: 'struct module' declared inside parameter list will not be visible outside of this definition or declaration Signed-off-by: David Abdurachmanov --- arch/riscv/include/asm/module.h | 1 + 1 file

Re: [PATCH] riscv: fix warning in arch/riscv/include/asm/module.h

2018-11-08 Thread Palmer Dabbelt
On Thu, 08 Nov 2018 11:07:00 PST (-0800), david.abdurachma...@gmail.com wrote: Fixes warning: 'struct module' declared inside parameter list will not be visible outside of this definition or declaration Signed-off-by: David Abdurachmanov --- arch/riscv/include/asm/module.h | 1 + 1 file

[PATCH] riscv: fix warning in arch/riscv/include/asm/module.h

2018-11-08 Thread David Abdurachmanov
Fixes warning: 'struct module' declared inside parameter list will not be visible outside of this definition or declaration Signed-off-by: David Abdurachmanov --- arch/riscv/include/asm/module.h | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/riscv/include/asm/module.h

[PATCH] riscv: fix warning in arch/riscv/include/asm/module.h

2018-11-08 Thread David Abdurachmanov
Fixes warning: 'struct module' declared inside parameter list will not be visible outside of this definition or declaration Signed-off-by: David Abdurachmanov --- arch/riscv/include/asm/module.h | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/riscv/include/asm/module.h