projects
/
profile
/
common
/
kernel-common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
470f9b6
)
mx31ads: imoux pins should be passed in as unsigned int
author
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Mon, 13 Apr 2009 12:02:36 +0000
(13:02 +0100)
committer
Sascha Hauer
<s.hauer@pengutronix.de>
Thu, 16 Apr 2009 10:57:15 +0000
(12:57 +0200)
To match the mxc_iomux_setup_multiple_pins() prototype.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
arch/arm/mach-mx3/mx31ads.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-mx3/mx31ads.c
b/arch/arm/mach-mx3/mx31ads.c
index
83e5e8e
..
26bfe36
100644
(file)
--- 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,