tty: remove use of __devexit
[deliverable/linux.git] / drivers / tty / serial / max310x.c
index 88a227f9fe8c97d6a4242828d70303d0485f7a91..3bb809d083aad3407c6330c1aecb092d6b1ade6b 100644 (file)
@@ -1202,7 +1202,7 @@ err_out:
        return ret;
 }
 
-static int __devexit max310x_remove(struct spi_device *spi)
+static int max310x_remove(struct spi_device *spi)
 {
        struct device *dev = &spi->dev;
        struct max310x_port *s = dev_get_drvdata(dev);
This page took 0.029593 seconds and 5 git commands to generate.