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

*** 217,227 **** static struct modldrv modldrv = { &mod_driverops, "blacklist driver", &bl_ops, }; static struct modlinkage modlinkage = { ! MODREV_1, &modldrv, NULL }; int _init(void) { --- 217,227 ---- static struct modldrv modldrv = { &mod_driverops, "blacklist driver", &bl_ops, }; static struct modlinkage modlinkage = { ! MODREV_1, { &modldrv, NULL } }; int _init(void) {