aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/mxs-auart.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/tty/serial/mxs-auart.c')
-rw-r--r--drivers/tty/serial/mxs-auart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/mxs-auart.c b/drivers/tty/serial/mxs-auart.c
index 18b55c2d1d2e..3860ff27467c 100644
--- a/drivers/tty/serial/mxs-auart.c
+++ b/drivers/tty/serial/mxs-auart.c
@@ -1137,7 +1137,7 @@ out:
1137 return ret; 1137 return ret;
1138} 1138}
1139 1139
1140static int __devexit mxs_auart_remove(struct platform_device *pdev) 1140static int mxs_auart_remove(struct platform_device *pdev)
1141{ 1141{
1142 struct mxs_auart_port *s = platform_get_drvdata(pdev); 1142 struct mxs_auart_port *s = platform_get_drvdata(pdev);
1143 1143