diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-04-13 13:02:36 +0100 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2009-04-16 12:57:15 +0200 |
commit | 9070e7afb80473c2b5c932152391b52e1e89c637 (patch) | |
tree | f0466b36bbf0756845fc6bc3a0272ba3f57a1338 /arch/arm/mach-mx3/mx31ads.c | |
parent | 470f9b602e3b5fa5d5fb62c8c5b648d2139e7976 (diff) | |
download | linux-next-9070e7afb80473c2b5c932152391b52e1e89c637.tar.gz |
mx31ads: imoux pins should be passed in as unsigned int
To match the mxc_iomux_setup_multiple_pins() prototype.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'arch/arm/mach-mx3/mx31ads.c')
-rw-r--r-- | arch/arm/mach-mx3/mx31ads.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mx3/mx31ads.c b/arch/arm/mach-mx3/mx31ads.c index 83e5e8e1276f..26bfe3680132 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, |