Re: [PATCH 05/18] ARM: BCM: use const and __initconst for smp_operations

2015-08-24 Thread Ray Jui
On 8/24/2015 11:33 AM, Florian Fainelli wrote: > On 23/08/15 21:36, Masahiro Yamada wrote: >> The smp_operations structure is not over-written, so add const >> qualifier and replace __initdata with __initconst. >> >> Also, add static to bcm63138_smp_ops. >> >> Signed-off-by: Masahiro Yamada > >

Re: [PATCH 05/18] ARM: BCM: use const and __initconst for smp_operations

2015-08-24 Thread Florian Fainelli
On 23/08/15 21:36, Masahiro Yamada wrote: > The smp_operations structure is not over-written, so add const > qualifier and replace __initdata with __initconst. > > Also, add static to bcm63138_smp_ops. > > Signed-off-by: Masahiro Yamada For bcm63xx and brcmstb: Reviewed-by: Florian Fainelli