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

@@ -831,11 +831,11 @@
         &opt_pcbe_ops
 };
 
 static struct modlinkage modl = {
         MODREV_1,
-        &modlpcbe,
+        { &modlpcbe, NULL }
 };
 
 int
 _init(void)
 {