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

*** 222,232 **** &usbecm_devops /* drv_dev_ops */ }; static struct modlinkage usbecm_ml = { MODREV_1, /* ml_rev */ ! &usbecm_modldrv, NULL /* ml_linkage */ }; /* * Device operations --- 222,232 ---- &usbecm_devops /* drv_dev_ops */ }; static struct modlinkage usbecm_ml = { MODREV_1, /* ml_rev */ ! { &usbecm_modldrv, NULL } /* ml_linkage */ }; /* * Device operations