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

*** 286,297 **** &usbvc_ops }; static struct modlinkage modlinkage = { MODREV_1, ! &usbvc_modldrv, ! NULL }; /* Soft state structures */ #define USBVC_INITIAL_SOFT_SPACE 1 static void *usbvc_statep; --- 286,296 ---- &usbvc_ops }; static struct modlinkage modlinkage = { MODREV_1, ! { &usbvc_modldrv, NULL } }; /* Soft state structures */ #define USBVC_INITIAL_SOFT_SPACE 1 static void *usbvc_statep;