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

*** 138,148 **** ident, /* short description */ &amd8111s_dev_ops /* driver specific ops */ }; struct modlinkage amd8111s_modlinkage = { ! MODREV_1, (void *)&amd8111s_modldrv, NULL }; /* * Global Variables */ --- 138,148 ---- ident, /* short description */ &amd8111s_dev_ops /* driver specific ops */ }; struct modlinkage amd8111s_modlinkage = { ! MODREV_1, { (void *)&amd8111s_modldrv, NULL } }; /* * Global Variables */