diff options
Diffstat (limited to 'arch/arm/mach-mx2/mx27ads.c')
-rw-r--r-- | arch/arm/mach-mx2/mx27ads.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/mach-mx2/mx27ads.c b/arch/arm/mach-mx2/mx27ads.c index a078aa52a6a6..3c967f460b30 100644 --- a/arch/arm/mach-mx2/mx27ads.c +++ b/arch/arm/mach-mx2/mx27ads.c | |||
@@ -209,12 +209,6 @@ static void gpio_fec_active(void) | |||
209 | ARRAY_SIZE(mxc_fec_pins), "FEC"); | 209 | ARRAY_SIZE(mxc_fec_pins), "FEC"); |
210 | } | 210 | } |
211 | 211 | ||
212 | static void gpio_fec_inactive(void) | ||
213 | { | ||
214 | mxc_gpio_release_multiple_pins(mxc_fec_pins, | ||
215 | ARRAY_SIZE(mxc_fec_pins)); | ||
216 | } | ||
217 | |||
218 | static struct imxuart_platform_data uart_pdata[] = { | 212 | static struct imxuart_platform_data uart_pdata[] = { |
219 | { | 213 | { |
220 | .init = uart_mxc_port0_init, | 214 | .init = uart_mxc_port0_init, |