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

*** 105,115 **** "vhci client test driver", &tcli_ops }; static struct modlinkage modlinkage = { ! MODREV_1, &modldrv, NULL }; int _init(void) { --- 105,115 ---- "vhci client test driver", &tcli_ops }; static struct modlinkage modlinkage = { ! MODREV_1, { &modldrv, NULL } }; int _init(void) {