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

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