tty: remove use of __devexit
[linux-2.6-block.git] / drivers / tty / serial / samsung.c
index 6568beb4d370883243efc70a5ee3cde223d8c132..82b48f60aa0c837f5c69b8a57887d9f0cf9a0e7e 100644 (file)
@@ -1256,7 +1256,7 @@ static int s3c24xx_serial_probe(struct platform_device *pdev)
        return ret;
 }
 
-static int __devexit s3c24xx_serial_remove(struct platform_device *dev)
+static int s3c24xx_serial_remove(struct platform_device *dev)
 {
        struct uart_port *port = s3c24xx_dev_to_port(&dev->dev);