From: Uwe Kleine-König Date: Tue, 28 Sep 2010 19:53:31 +0000 (+0200) Subject: ARM: imx: make all pin lists const and signed, move to .init where possible X-Git-Tag: v2.6.37-rc1~184^2~5^2~5^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c80ee51707ec9fcf137bc7b511d2853b772eae6;p=pandora-kernel.git ARM: imx: make all pin lists const and signed, move to .init where possible Making the lists signed fixes sparse warnings like: arch/arm/mach-imx/mach-mx27_3ds.c:94:31: warning: incorrect type in argument 1 (different signedness) arch/arm/mach-imx/mach-mx27_3ds.c:94:31: expected int const *pin_list arch/arm/mach-imx/mach-mx27_3ds.c:94:31: got unsigned int static [toplevel] * Signed-off-by: Uwe Kleine-König Signed-off-by: Sascha Hauer --- Reading git-diff-tree failed