7127 remove -Wno-missing-braces from Makefile.uts
@@ -105,12 +105,11 @@ &cpudrv_ops, /* dev_ops */ }; static struct modlinkage modlinkage = { MODREV_1, /* rev */ - &modldrv, /* linkage */ - NULL + { &modldrv, NULL } /* linkage */ }; /* * Function prototypes */