sparc64: Fix bootup crash on sun4v.
[linux-flexiantxendom0.git] / arch / sparc / kernel / ds.c
index 381edcd..27728e1 100644 (file)
@@ -1267,4 +1267,4 @@ static int __init ds_init(void)
        return vio_register_driver(&ds_driver);
 }
 
-subsys_initcall(ds_init);
+fs_initcall(ds_init);