diff options
Diffstat (limited to 'arch/arm/mach-mx2/mx27ads.c')
-rw-r--r-- | arch/arm/mach-mx2/mx27ads.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mx2/mx27ads.c b/arch/arm/mach-mx2/mx27ads.c index a06497674436..2b5c67f54571 100644 --- a/arch/arm/mach-mx2/mx27ads.c +++ b/arch/arm/mach-mx2/mx27ads.c | |||
@@ -93,7 +93,7 @@ static int uart_mxc_port1_init(struct platform_device *pdev) | |||
93 | 93 | ||
94 | static int uart_mxc_port1_exit(struct platform_device *pdev) | 94 | static int uart_mxc_port1_exit(struct platform_device *pdev) |
95 | { | 95 | { |
96 | mxc_gpio_setup_release_pins(mxc_uart1_pins, | 96 | mxc_gpio_release_multiple_pins(mxc_uart1_pins, |
97 | ARRAY_SIZE(mxc_uart1_pins)); | 97 | ARRAY_SIZE(mxc_uart1_pins)); |
98 | return 0; | 98 | return 0; |
99 | } | 99 | } |