7127 remove -Wno-missing-braces from Makefile.uts
@@ -215,11 +215,11 @@ QLT_NAME" "QLT_VERSION, &qlt_ops, }; static struct modlinkage modlinkage = { - MODREV_1, &modldrv, NULL + MODREV_1, { &modldrv, NULL } }; void *qlt_state = NULL; kmutex_t qlt_global_lock; static uint32_t qlt_loaded_counter = 0;