tty: remove use of __devexit
[deliverable/linux.git] / drivers / tty / serial / msm_serial_hs.c
index 02fb63e944eb7c8faf6c613e2f5575100aa346ea..1fa92284ade0d66d0518ecebf372cdb3ddaed6e7 100644 (file)
@@ -401,7 +401,7 @@ static int msm_hs_request_port(struct uart_port *port)
        return 0;
 }
 
-static int __devexit msm_hs_remove(struct platform_device *pdev)
+static int msm_hs_remove(struct platform_device *pdev)
 {
 
        struct msm_hs_port *msm_uport;
This page took 0.031398 seconds and 5 git commands to generate.