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

*** 209,220 **** }; static struct modlinkage modlinkage = { MODREV_1, /* revision of the module, must be: MODREV_1 */ ! &modldrv, /* ptr to linkage structures */ ! NULL, }; /* * _init --- 209,219 ---- }; static struct modlinkage modlinkage = { MODREV_1, /* revision of the module, must be: MODREV_1 */ ! { &modldrv, NULL } /* ptr to linkage structures */ }; /* * _init