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

@@ -103,16 +103,17 @@
         &vfw
 };
 
 static struct modlinkage modlinkage = {
         MODREV_1,
-        &modlfs,
+        {   &modlfs,
         &modlsys,
 #ifdef  _SYSCALL32_IMPL
         &modlsys32,
 #endif
         NULL
+        }
 };
 
 int
 _init(void)
 {