tty: remove use of __devexit
[deliverable/linux.git] / drivers / tty / serial / altera_jtaguart.c
index ef5c705fa2b35e5b108edb56847ce12dd771516d..872f14ae43d29f52aa79a79193c21a6f89b7adae 100644 (file)
@@ -453,7 +453,7 @@ static int altera_jtaguart_probe(struct platform_device *pdev)
        return 0;
 }
 
-static int __devexit altera_jtaguart_remove(struct platform_device *pdev)
+static int altera_jtaguart_remove(struct platform_device *pdev)
 {
        struct uart_port *port;
        int i = pdev->id;
This page took 0.023528 seconds and 5 git commands to generate.