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

@@ -145,12 +145,11 @@
         "AMD Athlon64/Opteron Model-Specific Support"
 };
 
 static struct modlinkage modlinkage = {
         MODREV_1,
-        (void *)&modlcpu,
-        NULL
+        { (void *)&modlcpu, NULL }
 };
 
 int
 _init(void)
 {