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

*** 66,76 **** VNIC_LINKINFO, /* short description */ &vnic_dev_ops /* driver specific ops */ }; static struct modlinkage modlinkage = { ! MODREV_1, &vnic_modldrv, NULL }; int _init(void) { --- 66,76 ---- VNIC_LINKINFO, /* short description */ &vnic_dev_ops /* driver specific ops */ }; static struct modlinkage modlinkage = { ! MODREV_1, { &vnic_modldrv, NULL } }; int _init(void) {