sparc64: Fix bootup crash on sun4v.
[pandora-kernel.git] / arch / sparc / kernel / ds.c
index fea13c7..b93c2c9 100644 (file)
@@ -1264,4 +1264,4 @@ static int __init ds_init(void)
        return vio_register_driver(&ds_driver);
 }
 
-subsys_initcall(ds_init);
+fs_initcall(ds_init);