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

*** 308,319 **** &inhm_mc_ops }; static struct modlinkage modlinkage = { MODREV_1, ! (void *)&modldrv, ! NULL }; int _init(void) { --- 308,318 ---- &inhm_mc_ops }; static struct modlinkage modlinkage = { MODREV_1, ! { (void *)&modldrv, NULL } }; int _init(void) {