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

*** 360,371 **** &asy_ops, /* driver ops */ }; static struct modlinkage modlinkage = { MODREV_1, ! (void *)&modldrv, ! NULL }; int _init(void) { --- 360,370 ---- &asy_ops, /* driver ops */ }; static struct modlinkage modlinkage = { MODREV_1, ! { (void *)&modldrv, NULL } }; int _init(void) {