tty: remove use of __devinit
[deliverable/linux.git] / drivers / tty / serial / apbuart.c
index 7162f70d92609590b63d0e9d1ee5a26e645e8941..59ae2b53e765bf4a3e070f65fcce6e43ea6bee32 100644 (file)
@@ -554,7 +554,7 @@ static struct uart_driver grlib_apbuart_driver = {
 /* OF Platform Driver                                                       */
 /* ======================================================================== */
 
-static int __devinit apbuart_probe(struct platform_device *op)
+static int apbuart_probe(struct platform_device *op)
 {
        int i;
        struct uart_port *port = NULL;
This page took 0.023679 seconds and 5 git commands to generate.