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

*** 215,225 **** QLT_NAME" "QLT_VERSION, &qlt_ops, }; static struct modlinkage modlinkage = { ! MODREV_1, &modldrv, NULL }; void *qlt_state = NULL; kmutex_t qlt_global_lock; static uint32_t qlt_loaded_counter = 0; --- 215,225 ---- QLT_NAME" "QLT_VERSION, &qlt_ops, }; static struct modlinkage modlinkage = { ! MODREV_1, { &modldrv, NULL } }; void *qlt_state = NULL; kmutex_t qlt_global_lock; static uint32_t qlt_loaded_counter = 0;