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

@@ -2835,12 +2835,11 @@
         &i40e_dev_ops
 };
 
 static struct modlinkage i40e_modlinkage = {
         MODREV_1,
-        &i40e_modldrv,
-        NULL
+        { &i40e_modldrv, NULL }
 };
 
 /*
  * Module Initialization Functions.
  */