tty: remove use of __devinit
[deliverable/linux.git] / drivers / tty / serial / mxs-auart.c
index 479acc88c17e6a0ee1b0b024f6a429e73652c536..18b55c2d1d2e204cb32c5d89617c0ae805f3a431 100644 (file)
@@ -1046,7 +1046,7 @@ static int serial_mxs_probe_dt(struct mxs_auart_port *s,
        return 0;
 }
 
-static int __devinit mxs_auart_probe(struct platform_device *pdev)
+static int mxs_auart_probe(struct platform_device *pdev)
 {
        const struct of_device_id *of_id =
                        of_match_device(mxs_auart_dt_ids, &pdev->dev);
This page took 0.024766 seconds and 5 git commands to generate.