tty: remove use of __devexit
[deliverable/linux.git] / drivers / tty / serial / xilinx_uartps.c
index 61fa71433a0e9725586daa645f88da90d284c740..9ab910370c566942fc7513ed38635f0171c47fcd 100644 (file)
@@ -997,7 +997,7 @@ static int xuartps_probe(struct platform_device *pdev)
  *
  * Returns 0 on success, negative error otherwise
  **/
-static int __devexit xuartps_remove(struct platform_device *pdev)
+static int xuartps_remove(struct platform_device *pdev)
 {
        struct uart_port *port = dev_get_drvdata(&pdev->dev);
        int rc = 0;
This page took 0.024306 seconds and 5 git commands to generate.