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

*** 2906,2917 **** &atge_devops /* drv_dev_ops */ }; static struct modlinkage atge_modlinkage = { MODREV_1, /* ml_rev */ ! (void *)&atge_modldrv, ! NULL }; /* * DDI Entry points. */ --- 2906,2916 ---- &atge_devops /* drv_dev_ops */ }; static struct modlinkage atge_modlinkage = { MODREV_1, /* ml_rev */ ! { (void *)&atge_modldrv, NULL } }; /* * DDI Entry points. */