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

*** 350,360 **** "i8042 nexus driver", /* Name of module. */ &i8042_ops, /* driver ops */ }; static struct modlinkage modlinkage = { ! MODREV_1, (void *)&modldrv, NULL }; int _init(void) { --- 350,360 ---- "i8042 nexus driver", /* Name of module. */ &i8042_ops, /* driver ops */ }; static struct modlinkage modlinkage = { ! MODREV_1, { (void *)&modldrv, NULL } }; int _init(void) {