Print this page
7127  remove -Wno-missing-braces from Makefile.uts

*** 156,166 **** "power management driver", &pm_ops }; static struct modlinkage modlinkage = { ! MODREV_1, &modldrv, 0 }; /* Local functions */ #ifdef DEBUG static int print_info(dev_info_t *, void *); --- 156,166 ---- "power management driver", &pm_ops }; static struct modlinkage modlinkage = { ! MODREV_1, { &modldrv, NULL } }; /* Local functions */ #ifdef DEBUG static int print_info(dev_info_t *, void *);