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

*** 3504,3514 **** "arn-Atheros 9000 series driver:2.0", /* short description */ &arn_dev_ops /* driver specific ops */ }; static struct modlinkage modlinkage = { ! MODREV_1, (void *)&arn_modldrv, NULL }; int _info(struct modinfo *modinfop) { --- 3504,3514 ---- "arn-Atheros 9000 series driver:2.0", /* short description */ &arn_dev_ops /* driver specific ops */ }; static struct modlinkage modlinkage = { ! MODREV_1, { (void *)&arn_modldrv, NULL } }; int _info(struct modinfo *modinfop) {