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

@@ -110,12 +110,11 @@
         &appm_ops,
 };
 
 static struct modlinkage modlinkage = {
         MODREV_1,
-        &modldrv,
-        NULL
+        { &modldrv, NULL }
 };
 
 /*
  * Driver state structure
  */