7127 remove -Wno-missing-braces from Makefile.uts
@@ -105,12 +105,11 @@ &pppt_dev_ops, }; static struct modlinkage modlinkage = { MODREV_1, - &modldrv, - NULL, + { &modldrv, NULL } }; pppt_global_t pppt_global; int pppt_logging = 0;