From: Mark Brown Date: Mon, 13 Apr 2009 12:02:36 +0000 (+0100) Subject: mx31ads: imoux pins should be passed in as unsigned int X-Git-Tag: v2.6.30-rc3~61^2~4^2~6 X-Git-Url: http://pileus.org/git/?a=commitdiff_plain;h=9070e7afb80473c2b5c932152391b52e1e89c637;p=~andy%2Flinux mx31ads: imoux pins should be passed in as unsigned int To match the mxc_iomux_setup_multiple_pins() prototype. Signed-off-by: Mark Brown --- diff --git a/arch/arm/mach-mx3/mx31ads.c b/arch/arm/mach-mx3/mx31ads.c index 83e5e8e1276..26bfe368013 100644 --- a/arch/arm/mach-mx3/mx31ads.c +++ b/arch/arm/mach-mx3/mx31ads.c @@ -102,7 +102,7 @@ static struct imxuart_platform_data uart_pdata = { .flags = IMXUART_HAVE_RTSCTS, }; -static int uart_pins[] = { +static unsigned int uart_pins[] = { MX31_PIN_CTS1__CTS1, MX31_PIN_RTS1__RTS1, MX31_PIN_TXD1__TXD1,