diff options
| author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-09-28 15:53:31 -0400 |
|---|---|---|
| committer | Sascha Hauer <s.hauer@pengutronix.de> | 2010-10-01 03:33:07 -0400 |
| commit | 6c80ee51707ec9fcf137bc7b511d2853b772eae6 (patch) | |
| tree | 4c6e6edd27f2a93fa8ed5a295fba122301952a5f /arch/arm/mach-imx/mach-cpuimx27.c | |
| parent | 7ad211e35b41166ccf8448345726f324f26260f7 (diff) | |
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] *<noident>
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-imx/mach-cpuimx27.c')
| -rw-r--r-- | arch/arm/mach-imx/mach-cpuimx27.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/mach-cpuimx27.c b/arch/arm/mach-imx/mach-cpuimx27.c index f00ddd9829b5..d4cb592ffaed 100644 --- a/arch/arm/mach-imx/mach-cpuimx27.c +++ b/arch/arm/mach-imx/mach-cpuimx27.c | |||
| @@ -46,7 +46,7 @@ | |||
| 46 | #include "devices-imx27.h" | 46 | #include "devices-imx27.h" |
| 47 | #include "devices.h" | 47 | #include "devices.h" |
| 48 | 48 | ||
| 49 | static int eukrea_cpuimx27_pins[] = { | 49 | static const int eukrea_cpuimx27_pins[] __initconst = { |
| 50 | /* UART1 */ | 50 | /* UART1 */ |
| 51 | PE12_PF_UART1_TXD, | 51 | PE12_PF_UART1_TXD, |
| 52 | PE13_PF_UART1_RXD, | 52 | PE13_PF_UART1_RXD, |
