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

@@ -159,11 +159,11 @@
         FCOET_MOD_NAME,
         &fcoet_ops,
 };
 
 static struct modlinkage modlinkage = {
-        MODREV_1, &modldrv, NULL
+        MODREV_1, { &modldrv, NULL }
 };
 
 /*
  * Driver's global variables
  */