ARM: imx: make all pin lists const and signed, move to .init where possible
[deliverable/linux.git] / arch / arm / mach-imx / mach-mx27ads.c
index 6be6033c876d4b4dd7e48a4a07b149e1b1530895..1a33288787a88a4dddd461e737f2c98b15b05a0a 100644 (file)
@@ -66,7 +66,7 @@
 /* to determine the correct external crystal reference */
 #define CKIH_27MHZ_BIT_SET      (1 << 3)
 
-static unsigned int mx27ads_pins[] = {
+static const int mx27ads_pins[] __initconst = {
        /* UART0 */
        PE12_PF_UART1_TXD,
        PE13_PF_UART1_RXD,
This page took 0.025801 seconds and 5 git commands to generate.