7127 remove -Wno-missing-braces from Makefile.uts
@@ -232,12 +232,11 @@ &power_ops, /* driver ops */ }; static struct modlinkage modlinkage = { MODREV_1, - (void *)&modldrv, - NULL + { (void *)&modldrv, NULL } }; /* * These are the module initialization routines. */