7127 remove -Wno-missing-braces from Makefile.uts
@@ -694,12 +694,11 @@ &evtchndrv_dev_ops /* driver ops */ }; static struct modlinkage modlinkage = { MODREV_1, - &modldrv, - NULL + { &modldrv, NULL } }; int _init(void) {