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

*** 2372,2382 **** ident, &sfe_ops, /* driver ops */ }; static struct modlinkage modlinkage = { ! MODREV_1, &modldrv, NULL }; /* ======================================================== */ /* * Loadable module support --- 2372,2382 ---- ident, &sfe_ops, /* driver ops */ }; static struct modlinkage modlinkage = { ! MODREV_1, { &modldrv, NULL } }; /* ======================================================== */ /* * Loadable module support