aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/atmel_serial.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/tty/serial/atmel_serial.c')
-rw-r--r--drivers/tty/serial/atmel_serial.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/atmel_serial.c b/drivers/tty/serial/atmel_serial.c
index 02540cbf16a6..d2a98da26133 100644
--- a/drivers/tty/serial/atmel_serial.c
+++ b/drivers/tty/serial/atmel_serial.c
@@ -1851,7 +1851,7 @@ err:
1851 return ret; 1851 return ret;
1852} 1852}
1853 1853
1854static int __devexit atmel_serial_remove(struct platform_device *pdev) 1854static int atmel_serial_remove(struct platform_device *pdev)
1855{ 1855{
1856 struct uart_port *port = platform_get_drvdata(pdev); 1856 struct uart_port *port = platform_get_drvdata(pdev);
1857 struct atmel_uart_port *atmel_port = to_atmel_uart_port(port); 1857 struct atmel_uart_port *atmel_port = to_atmel_uart_port(port);