[PATCH 03/04] ARM: shmobile: Add EMEV2 and KZM9D to ARCH_SHMOBILE_MULTI
Arnd Bergmann
arnd at arndb.de
Tue Jul 9 03:37:29 EDT 2013
On Tuesday 09 July 2013, Magnus Damm wrote:
> +void __init __weak emev2_clock_init(void)
> +{
> + /* in case legacy clocks are disabled then do nothing */
> +}
Nitpicking:
I don't like the __weak symbols too much, in general I prefer
doing either
if (IS_ENABLED(CONFIG_SHMOBILE_CLOCKS)
emev2_clock_init()
or using an inline alternative in the header file.
Arnd
More information about the linux-arm-kernel
mailing list