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

*** 2495,2505 **** "ath driver 1.4/HAL 0.10.5.6", /* short description */ &ath_dev_ops /* driver specific ops */ }; static struct modlinkage modlinkage = { ! MODREV_1, (void *)&ath_modldrv, NULL }; int _info(struct modinfo *modinfop) --- 2495,2505 ---- "ath driver 1.4/HAL 0.10.5.6", /* short description */ &ath_dev_ops /* driver specific ops */ }; static struct modlinkage modlinkage = { ! MODREV_1, { (void *)&ath_modldrv, NULL } }; int _info(struct modinfo *modinfop)