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

*** 694,705 **** &evtchndrv_dev_ops /* driver ops */ }; static struct modlinkage modlinkage = { MODREV_1, ! &modldrv, ! NULL }; int _init(void) { --- 694,704 ---- &evtchndrv_dev_ops /* driver ops */ }; static struct modlinkage modlinkage = { MODREV_1, ! { &modldrv, NULL } }; int _init(void) {