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

*** 227,237 **** &cpuid_dv_ops }; static struct modlinkage modl = { MODREV_1, ! &modldrv }; int _init(void) { --- 227,237 ---- &cpuid_dv_ops }; static struct modlinkage modl = { MODREV_1, ! { &modldrv, NULL } }; int _init(void) {