Re: [PATCH] ARM: realview: use const and __initconst for smp_operations

2016-02-01 Thread Olof Johansson
On Mon, Jan 25, 2016 at 08:33:07PM +0900, Masahiro Yamada wrote: > This newly added code missed the global fixup by commit 75305275a721 > ("ARM: use const and __initconst for smp_operations"). So fix it now. > > Also, add missing "static" qualifier. > > Signed-off-by: Masahiro Yamada Applied

Re: [PATCH] ARM: realview: use const and __initconst for smp_operations

2016-02-01 Thread Olof Johansson
On Mon, Jan 25, 2016 at 08:33:07PM +0900, Masahiro Yamada wrote: > This newly added code missed the global fixup by commit 75305275a721 > ("ARM: use const and __initconst for smp_operations"). So fix it now. > > Also, add missing "static" qualifier. > > Signed-off-by: Masahiro Yamada

[PATCH] ARM: realview: use const and __initconst for smp_operations

2016-01-25 Thread Masahiro Yamada
This newly added code missed the global fixup by commit 75305275a721 ("ARM: use const and __initconst for smp_operations"). So fix it now. Also, add missing "static" qualifier. Signed-off-by: Masahiro Yamada --- arch/arm/mach-realview/platsmp-dt.c | 2 +- 1 file changed, 1 insertion(+), 1

[PATCH] ARM: realview: use const and __initconst for smp_operations

2016-01-25 Thread Masahiro Yamada
This newly added code missed the global fixup by commit 75305275a721 ("ARM: use const and __initconst for smp_operations"). So fix it now. Also, add missing "static" qualifier. Signed-off-by: Masahiro Yamada --- arch/arm/mach-realview/platsmp-dt.c | 2 +- 1