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

*** 1065,1075 **** &ptm_pcbe_ops }; static struct modlinkage modl = { MODREV_1, ! &modlpcbe, }; int _init(void) { --- 1065,1075 ---- &ptm_pcbe_ops }; static struct modlinkage modl = { MODREV_1, ! { &modlpcbe, NULL } }; int _init(void) {