7127 remove -Wno-missing-braces from Makefile.uts
@@ -156,11 +156,11 @@ "power management driver", &pm_ops }; static struct modlinkage modlinkage = { - MODREV_1, &modldrv, 0 + MODREV_1, { &modldrv, NULL } }; /* Local functions */ #ifdef DEBUG static int print_info(dev_info_t *, void *);