tty: remove use of __devexit
[deliverable/linux.git] / drivers / tty / serial / mux.c
index 27834646d018a47ccf19e73cf465a4e5fcb4cd54..e2775b6df5a54fb252850333bd7a3a8237b7fdfb 100644 (file)
@@ -520,7 +520,7 @@ static int __init mux_probe(struct parisc_device *dev)
        return 0;
 }
 
-static int __devexit mux_remove(struct parisc_device *dev)
+static int mux_remove(struct parisc_device *dev)
 {
        int i, j;
        int port_count = (long)dev_get_drvdata(&dev->dev);
This page took 0.026628 seconds and 5 git commands to generate.