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

*** 85,95 **** "USB Hub Driver", /* Name of the module. */ &hubd_ops, /* driver ops */ }; static struct modlinkage modlinkage = { ! MODREV_1, (void *)&modldrv, NULL }; extern void *hubd_statep; --- 85,95 ---- "USB Hub Driver", /* Name of the module. */ &hubd_ops, /* driver ops */ }; static struct modlinkage modlinkage = { ! MODREV_1, { (void *)&modldrv, NULL } }; extern void *hubd_statep;