Print this page
fixup .text where possible
7127  remove -Wno-missing-braces from Makefile.uts

@@ -89,12 +89,12 @@
 };
 
 /* Module Linkage */
 static struct modlinkage hci1394_modlinkage = {
         MODREV_1,
-        &hci1394_modldrv,
-        NULL
+        {   &hci1394_modldrv,
+            NULL }
 };
 
 #ifndef NPROBE
 extern int tnf_mod_load(void);
 extern int tnf_mod_unload(struct modlinkage *mlp);