7127 remove -Wno-missing-braces from Makefile.uts
@@ -70,11 +70,11 @@ "options driver", /* Name of the module. */ &options_ops, /* driver ops */ }; static struct modlinkage modlinkage = { - MODREV_1, (void *)&modldrv + MODREV_1, { (void *)&modldrv, NULL } }; /* * This is the driver initialization routine. */