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

@@ -155,12 +155,11 @@
         &ral_dev_ops            /* driver specific ops */
 };
 
 static struct modlinkage modlinkage = {
         MODREV_1,
-        (void *)&ral_modldrv,
-        NULL
+        { (void *)&ral_modldrv, NULL }
 };
 
 static int      rt2560_m_stat(void *,  uint_t, uint64_t *);
 static int      rt2560_m_start(void *);
 static void     rt2560_m_stop(void *);