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

@@ -214,11 +214,11 @@
         &mod_miscops,   /* Type of module */
         "USB generic serial module"
 };
 
 static struct modlinkage modlinkage = {
-        MODREV_1, (void *)&modlmisc, NULL
+        MODREV_1, { (void *)&modlmisc, NULL }
 };
 
 
 #define RSEQ(f1, f2) RSEQE(f1, usbser_rseq_do_cb, f2, NULL)