sgi-gru: call fs_initcall() if statically linked
[h-e-n] / drivers / misc / sgi-gru / grufile.c
index 5c027b6..6509838 100644 (file)
@@ -481,7 +481,7 @@ struct vm_operations_struct gru_vm_ops = {
        .fault          = gru_fault,
 };
 
-module_init(gru_init);
+fs_initcall(gru_init);
 module_exit(gru_exit);
 
 module_param(gru_options, ulong, 0644);