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

@@ -115,12 +115,11 @@
         &ii_ops
 };
 
 static struct modlinkage ii_modlinkage = {
         MODREV_1,
-        &ii_ldrv,
-        NULL
+        { &ii_ldrv, NULL }
 };
 
 struct ii_state {
         dev_info_t *dip;
         int     instance;