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

*** 105,116 **** &cpudrv_ops, /* dev_ops */ }; static struct modlinkage modlinkage = { MODREV_1, /* rev */ ! &modldrv, /* linkage */ ! NULL }; /* * Function prototypes */ --- 105,115 ---- &cpudrv_ops, /* dev_ops */ }; static struct modlinkage modlinkage = { MODREV_1, /* rev */ ! { &modldrv, NULL } /* linkage */ }; /* * Function prototypes */