Print this page
7127 remove -Wno-missing-braces from Makefile.uts
*** 3552,3562 ****
"virtual block driver", /* short description */
&xdf_devops /* driver specific ops */
};
static struct modlinkage xdf_modlinkage = {
! MODREV_1, (void *)&modldrv, NULL
};
/*
* standard module entry points
*/
--- 3552,3562 ----
"virtual block driver", /* short description */
&xdf_devops /* driver specific ops */
};
static struct modlinkage xdf_modlinkage = {
! MODREV_1, { (void *)&modldrv, NULL }
};
/*
* standard module entry points
*/