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

*** 93,103 **** "USB UHCI Controller Driver", /* Name of the module. */ &uhci_ops, /* Driver ops */ }; static struct modlinkage modlinkage = { ! MODREV_1, (void *)&modldrv, NULL }; /* * Globals */ --- 93,103 ---- "USB UHCI Controller Driver", /* Name of the module. */ &uhci_ops, /* Driver ops */ }; static struct modlinkage modlinkage = { ! MODREV_1, { (void *)&modldrv, NULL } }; /* * Globals */