From: Shawn Guo Date: Mon, 9 Dec 2013 06:04:35 +0000 (+0800) Subject: ARM: imx: use __initconst for const init definition X-Git-Tag: soc-for-linus~10^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df79bc9c274f2a511d350a99439591ea0415aea4;p=pandora-kernel.git ARM: imx: use __initconst for const init definition 0-DAY kernel build testing backend reports the following. scripts/checkpatch.pl 0001-ARM-imx-add-support-code-for-IMX50-based-machines.patch # many are suggestions rather than must-fix ERROR: Use of const init definition must use __initconst #80: arch/arm/mach-imx/mach-imx50.c:26: +static const char *imx50_dt_board_compat[] __initdata = { While at it, fix the error globally for IMX platform. Reported-by: Fengguang Wu Acked-by: Greg Ungerer Signed-off-by: Shawn Guo --- Reading git-diff-tree failed