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

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