Print this page
7127  remove -Wno-missing-braces from Makefile.uts

*** 206,217 **** &iscsi_dev_ops /* drv_dev_ops */ }; static struct modlinkage modlinkage = { MODREV_1, /* ml_rev */ ! &modldrv, /* ml_linkage[] */ ! NULL /* NULL termination */ }; /* * This structure is bogus. scsi_hba_attach_setup() requires, as in the kernel * will panic if you don't pass this in to the routine, this information. --- 206,216 ---- &iscsi_dev_ops /* drv_dev_ops */ }; static struct modlinkage modlinkage = { MODREV_1, /* ml_rev */ ! { &modldrv, NULL } /* ml_linkage[] */ }; /* * This structure is bogus. scsi_hba_attach_setup() requires, as in the kernel * will panic if you don't pass this in to the routine, this information.