From: Stefan Agner Date: Sat, 21 Mar 2015 23:45:35 +0000 (+0100) Subject: ARM: cygnus: fix const declaration bcm_cygnus_dt_compat X-Git-Tag: omap-for-v4.2/o2_dc~54^2~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3213e674ca42c95b84ed040eab3d5722f41412ae;p=pandora-kernel.git ARM: cygnus: fix const declaration bcm_cygnus_dt_compat 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 Acked-by: Scott Branden Reviewed-by: Ray Jui Tested-by: Ray Jui Acked-by: Uwe Kleine-König Signed-off-by: Florian Fainelli --- Reading git-diff-tree failed