Print this page
7127 remove -Wno-missing-braces from Makefile.uts
*** 70,80 ****
"options driver", /* Name of the module. */
&options_ops, /* driver ops */
};
static struct modlinkage modlinkage = {
! MODREV_1, (void *)&modldrv
};
/*
* This is the driver initialization routine.
*/
--- 70,80 ----
"options driver", /* Name of the module. */
&options_ops, /* driver ops */
};
static struct modlinkage modlinkage = {
! MODREV_1, { (void *)&modldrv, NULL }
};
/*
* This is the driver initialization routine.
*/