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

@@ -841,12 +841,11 @@
         "IEEE80211 Kernel Module v2.0"
 };
 
 static struct modlinkage        i_wifi_modlinkage = {
         MODREV_1,
-        &i_wifi_modlmisc,
-        NULL
+        { &i_wifi_modlmisc, NULL }
 };
 
 /*
  * modlinkage functions
  */