diff options
Diffstat (limited to 'arch/arm/mach-imx/mach-mx25_3ds.c')
-rw-r--r-- | arch/arm/mach-imx/mach-mx25_3ds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/mach-mx25_3ds.c b/arch/arm/mach-imx/mach-mx25_3ds.c index 52b4d9b3717d..8b8e75b93000 100644 --- a/arch/arm/mach-imx/mach-mx25_3ds.c +++ b/arch/arm/mach-imx/mach-mx25_3ds.c | |||
@@ -47,7 +47,7 @@ static const struct imxuart_platform_data uart_pdata __initconst = { | |||
47 | .flags = IMXUART_HAVE_RTSCTS, | 47 | .flags = IMXUART_HAVE_RTSCTS, |
48 | }; | 48 | }; |
49 | 49 | ||
50 | static struct pad_desc mx25pdk_pads[] = { | 50 | static iomux_v3_cfg_t mx25pdk_pads[] = { |
51 | MX25_PAD_FEC_MDC__FEC_MDC, | 51 | MX25_PAD_FEC_MDC__FEC_MDC, |
52 | MX25_PAD_FEC_MDIO__FEC_MDIO, | 52 | MX25_PAD_FEC_MDIO__FEC_MDIO, |
53 | MX25_PAD_FEC_TDATA0__FEC_TDATA0, | 53 | MX25_PAD_FEC_TDATA0__FEC_TDATA0, |