Print this page
fixup .text where possible
7127  remove -Wno-missing-braces from Makefile.uts

*** 162,173 **** &cpqary3_dev_ops /* Driver Ops */ }; static struct modlinkage cpqary3_modlinkage = { MODREV_1, /* Loadable module rev. no. */ ! &cpqary3_modldrv, /* Loadable module */ ! NULL /* end */ }; /* * Function : _init --- 162,173 ---- &cpqary3_dev_ops /* Driver Ops */ }; static struct modlinkage cpqary3_modlinkage = { MODREV_1, /* Loadable module rev. no. */ ! { &cpqary3_modldrv, /* Loadable module */ ! NULL } }; /* * Function : _init