tty: remove use of __devexit
[deliverable/linux.git] / drivers / tty / serial / clps711x.c
index 006d283bbdedc92d6e416dd604ae0880fc366514..3fd2526d121eef6eb70c14dc7dbc4a003841e245 100644 (file)
@@ -491,7 +491,7 @@ err_out:
        return ret;
 }
 
-static int __devexit uart_clps711x_remove(struct platform_device *pdev)
+static int uart_clps711x_remove(struct platform_device *pdev)
 {
        struct clps711x_port *s = platform_get_drvdata(pdev);
        int i;
This page took 0.025417 seconds and 5 git commands to generate.