Print this page
7127 remove -Wno-missing-braces from Makefile.uts
*** 161,172 ****
&rdc_ops
};
static struct modlinkage rdc_modlinkage = {
MODREV_1,
! &rdc_ldrv,
! NULL
};
const int sndr_major_rev = ISS_VERSION_MAJ;
const int sndr_minor_rev = ISS_VERSION_MIN;
const int sndr_micro_rev = ISS_VERSION_MIC;
--- 161,171 ----
&rdc_ops
};
static struct modlinkage rdc_modlinkage = {
MODREV_1,
! { &rdc_ldrv, NULL }
};
const int sndr_major_rev = ISS_VERSION_MAJ;
const int sndr_minor_rev = ISS_VERSION_MIN;
const int sndr_micro_rev = ISS_VERSION_MIC;