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

*** 139,149 **** "USB EHCI Driver", /* Name of the module. */ &ehci_ops, /* Driver ops */ }; static struct modlinkage modlinkage = { ! MODREV_1, (void *)&modldrv, NULL }; int _init(void) --- 139,149 ---- "USB EHCI Driver", /* Name of the module. */ &ehci_ops, /* Driver ops */ }; static struct modlinkage modlinkage = { ! MODREV_1, { (void *)&modldrv, NULL } }; int _init(void)