Re: [PATCH] ARM: cygnus: fix const declaration bcm_cygnus_dt_compat

From: Florian Fainelli
Date: Tue Mar 24 2015 - 18:15:21 EST


On 21/03/15 16:45, Stefan Agner wrote:
> The const declaration for char* is actually duplicated, however
> the array of strings is currently not constant. However, typically
> the dt_compat array is declared as const char *const. Follow
> that convention and also add the __initconst macro for constant
> initialization data.
>
> Signed-off-by: Stefan Agner <stefan@xxxxxxxx>

Applied to platform/next, thanks
--
Florian
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/