Print this page
7127 remove -Wno-missing-braces from Makefile.uts
*** 189,199 ****
"1394 Mass Storage HBA Driver", /* name of the module */
&scsa1394_ops, /* driver ops */
};
static struct modlinkage scsa1394_modlinkage = {
! MODREV_1, (void *)&scsa1394_modldrv, NULL
};
/* tunables */
int scsa1394_bus_config_debug = 0;
int scsa1394_start_stop_fail_max = SCSA1394_START_STOP_FAIL_MAX;
--- 189,199 ----
"1394 Mass Storage HBA Driver", /* name of the module */
&scsa1394_ops, /* driver ops */
};
static struct modlinkage scsa1394_modlinkage = {
! MODREV_1, { (void *)&scsa1394_modldrv, NULL }
};
/* tunables */
int scsa1394_bus_config_debug = 0;
int scsa1394_start_stop_fail_max = SCSA1394_START_STOP_FAIL_MAX;