7127 remove -Wno-missing-braces from Makefile.uts
@@ -138,11 +138,11 @@ ident, /* short description */ &amd8111s_dev_ops /* driver specific ops */ }; struct modlinkage amd8111s_modlinkage = { - MODREV_1, (void *)&amd8111s_modldrv, NULL + MODREV_1, { (void *)&amd8111s_modldrv, NULL } }; /* * Global Variables */