tty: remove use of __devinit
[deliverable/linux.git] / drivers / tty / hvc / hvc_opal.c
index 442bfb0d41da05fd80cf343542a5172278493fb9..79f2b5e17f8d2eaeeed816aa9a327fa077ef2b9d 100644 (file)
@@ -161,7 +161,7 @@ static const struct hv_ops hvc_opal_hvsi_ops = {
        .tiocmset = hvc_opal_hvsi_tiocmset,
 };
 
-static int __devinit hvc_opal_probe(struct platform_device *dev)
+static int hvc_opal_probe(struct platform_device *dev)
 {
        const struct hv_ops *ops;
        struct hvc_struct *hp;
This page took 0.023965 seconds and 5 git commands to generate.