7127 remove -Wno-missing-braces from Makefile.uts
*** 831,841 **** &opt_pcbe_ops }; static struct modlinkage modl = { MODREV_1, ! &modlpcbe, }; int _init(void) { --- 831,841 ---- &opt_pcbe_ops }; static struct modlinkage modl = { MODREV_1, ! { &modlpcbe, NULL } }; int _init(void) {