tty: remove use of __devinit
[deliverable/linux.git] / drivers / tty / ehv_bytechan.c
index 4193afb74a02beb9beb3c3cb40879873b5889e21..c117d775a22f7ac86e512389c7b36446d121513f 100644 (file)
@@ -699,7 +699,7 @@ static const struct tty_port_operations ehv_bc_tty_port_ops = {
        .shutdown = ehv_bc_tty_port_shutdown,
 };
 
-static int __devinit ehv_bc_tty_probe(struct platform_device *pdev)
+static int ehv_bc_tty_probe(struct platform_device *pdev)
 {
        struct device_node *np = pdev->dev.of_node;
        struct ehv_bc_data *bc;
This page took 0.023582 seconds and 5 git commands to generate.