7127 remove -Wno-missing-braces from Makefile.uts
@@ -103,12 +103,11 @@ &xsvc_dev_ops, /* driver ops */ }; static struct modlinkage xsvc_modlinkage = { MODREV_1, - (void *) &xsvc_modldrv, - NULL + { (void *) &xsvc_modldrv, NULL } }; static int xsvc_ioctl_alloc_memory(xsvc_state_t *state, void *arg, int mode); static int xsvc_ioctl_flush_memory(xsvc_state_t *state, void *arg, int mode);