tty: remove use of __devinit
[deliverable/linux.git] / drivers / tty / hvc / hvc_xen.c
index f4abfe238f98cb6bb6a4c53607bd4adf2a447ebc..19843ec3f80aca3f467d80df57307a09a439bf80 100644 (file)
@@ -422,7 +422,7 @@ static int xencons_connect_backend(struct xenbus_device *dev,
        return ret;
 }
 
-static int __devinit xencons_probe(struct xenbus_device *dev,
+static int xencons_probe(struct xenbus_device *dev,
                                  const struct xenbus_device_id *id)
 {
        int ret, devid;
This page took 0.026481 seconds and 5 git commands to generate.