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

@@ -434,12 +434,11 @@
 };
 
 
 static struct modlinkage modlinkage = {
         MODREV_1,
-        (void *)&modlmisc,
-        NULL
+        { (void *)&modlmisc, NULL }
 };
 
 /*
  * Default sata pkt timeout. Used when a target driver scsi_pkt time is zero,
  * i.e. when scsi_pkt has not timeout specified.