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

@@ -41,11 +41,11 @@
 static struct modlmisc modlmisc = {
         &mod_miscops, "DRM common interfaces"
 };
 
 static struct modlinkage modlinkage = {
-        MODREV_1, (void *)&modlmisc, NULL
+        MODREV_1, { (void *)&modlmisc, NULL }
 };
 
 static drm_inst_list_t  *drm_inst_head;
 static kmutex_t drm_inst_list_lock;