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

*** 159,169 **** FCOET_MOD_NAME, &fcoet_ops, }; static struct modlinkage modlinkage = { ! MODREV_1, &modldrv, NULL }; /* * Driver's global variables */ --- 159,169 ---- FCOET_MOD_NAME, &fcoet_ops, }; static struct modlinkage modlinkage = { ! MODREV_1, { &modldrv, NULL } }; /* * Driver's global variables */