7127 remove -Wno-missing-braces from Makefile.uts
@@ -206,12 +206,11 @@ &iscsi_dev_ops /* drv_dev_ops */ }; static struct modlinkage modlinkage = { MODREV_1, /* ml_rev */ - &modldrv, /* ml_linkage[] */ - NULL /* NULL termination */ + { &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.