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

*** 145,156 **** "AMD Athlon64/Opteron Model-Specific Support" }; static struct modlinkage modlinkage = { MODREV_1, ! (void *)&modlcpu, ! NULL }; int _init(void) { --- 145,155 ---- "AMD Athlon64/Opteron Model-Specific Support" }; static struct modlinkage modlinkage = { MODREV_1, ! { (void *)&modlcpu, NULL } }; int _init(void) {