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

@@ -171,11 +171,11 @@
         "realtek 8180L driver 1.7",     /* short description */
         &rtw_dev_ops            /* driver specific ops */
 };
 
 static struct modlinkage modlinkage = {
-        MODREV_1, (void *)&rtw_modldrv, NULL
+        MODREV_1, { (void *)&rtw_modldrv, NULL }
 };
 
 static uint32_t rtw_qlen[RTW_NTXPRI] = {
         RTW_TXQLENLO,
         RTW_TXQLENMD,