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

*** 1384,1395 **** &rd_ops }; static struct modlinkage modlinkage = { MODREV_1, ! &modldrv, ! 0 }; int _init(void) { --- 1384,1394 ---- &rd_ops }; static struct modlinkage modlinkage = { MODREV_1, ! { &modldrv, NULL } }; int _init(void) {