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

*** 425,435 **** &mod_miscops, "common ipc code", }; static struct modlinkage modlinkage = { ! MODREV_1, (void *)&modlmisc, NULL }; int _init(void) --- 425,435 ---- &mod_miscops, "common ipc code", }; static struct modlinkage modlinkage = { ! MODREV_1, { (void *)&modlmisc, NULL } }; int _init(void)