From: Uwe Kleine-König Date: Wed, 2 Mar 2011 09:59:48 +0000 (+0100) Subject: ARM: iomux-imx31: allow pin_list to be const X-Git-Tag: v2.6.39-rc1~434^2~5^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10a3c45c6821d3ffe974bc5937693f18a16dd96c;p=pandora-kernel.git ARM: iomux-imx31: allow pin_list to be const This fixes the following warning in a mx3_defconfig build: arch/arm/mach-mx3/mach-bug.c: In function 'bug_board_init': arch/arm/mach-mx3/mach-bug.c:47: warning: passing argument 1 of 'mxc_iomux_setup_multiple_pins' discards qualifiers from pointer target type While at it remove some useless consts from unsigned int arguments. Signed-off-by: Uwe Kleine-König Signed-off-by: Sascha Hauer --- Reading git-diff-tree failed