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

*** 84,95 **** &clone_ops, /* driver ops */ }; static struct modlinkage modlinkage = { MODREV_1, ! (void *)&modldrv, ! NULL }; int _init(void) --- 84,94 ---- &clone_ops, /* driver ops */ }; static struct modlinkage modlinkage = { MODREV_1, ! { (void *)&modldrv, NULL } }; int _init(void)