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

*** 195,206 **** &pcieb_ops, /* driver ops */ }; static struct modlinkage modlinkage = { MODREV_1, ! (void *)&modldrv, ! NULL }; /* * forward function declarations: */ --- 195,205 ---- &pcieb_ops, /* driver ops */ }; static struct modlinkage modlinkage = { MODREV_1, ! { (void *)&modldrv, NULL } }; /* * forward function declarations: */