Print this page
7127  remove -Wno-missing-braces from Makefile.uts

@@ -280,12 +280,11 @@
         &bofi_ops
 };
 
 static struct modlinkage modlinkage = {
         MODREV_1,
-        &modldrv,
-        0
+        { &modldrv, NULL }
 };
 
 static struct bus_ops save_bus_ops;
 
 #if defined(__sparc)