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

@@ -83,11 +83,11 @@
 static struct modlmisc modlmisc = {
         &mod_miscops, "f_sym_hds"
 };
 
 static struct modlinkage modlinkage = {
-        MODREV_1, (void *)&modlmisc, NULL
+        MODREV_1, { (void *)&modlmisc, NULL }
 };
 
 #define HDS_MAX_INQ_BUF_SIZE            0xff
 #define HDS_INQ_PAGE_E0                 0xe0
 #define HDS_SAA_TYPE                    "DF00"