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

*** 100,110 **** &pit_beep_ops, /* Driver ops */ }; static struct modlinkage modlinkage = { ! MODREV_1, (void *)&modldrv, NULL }; int --- 100,110 ---- &pit_beep_ops, /* Driver ops */ }; static struct modlinkage modlinkage = { ! MODREV_1, { (void *)&modldrv, NULL } }; int