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

@@ -157,12 +157,11 @@
         &acpinex_ops,                   /* driver ops */
 };
 
 static struct modlinkage modlinkage = {
         MODREV_1,                       /* rev */
-        (void *)&modldrv,
-        NULL
+        { (void *)&modldrv, NULL }
 };
 
 /*
  * Module initialization routines.
  */