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

*** 563,573 **** MPTSAS_MOD_STRING, /* Name of the module. */ &mptsas_ops, /* driver ops */ }; static struct modlinkage modlinkage = { ! MODREV_1, &modldrv, NULL }; #define TARGET_PROP "target" #define LUN_PROP "lun" #define LUN64_PROP "lun64" #define SAS_PROP "sas-mpt" --- 563,573 ---- MPTSAS_MOD_STRING, /* Name of the module. */ &mptsas_ops, /* driver ops */ }; static struct modlinkage modlinkage = { ! MODREV_1, { &modldrv, NULL } }; #define TARGET_PROP "target" #define LUN_PROP "lun" #define LUN64_PROP "lun64" #define SAS_PROP "sas-mpt"