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

@@ -223,12 +223,11 @@
         &mouse8042_ops, /* driver ops */
 };
 
 static struct modlinkage modlinkage = {
         MODREV_1,
-        (void *)&modldrv,
-        NULL
+        { (void *)&modldrv, NULL }
 };
 
 /*
  * This is the driver initialization routine.
  */