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

@@ -112,12 +112,12 @@
         &av1394_ops
 };
 
 static struct modlinkage av1394_modlinkage = {
         MODREV_1,
-        &av1394_modldrv,
-        NULL,
+        {   &av1394_modldrv,
+            NULL }
 };
 
 static void *av1394_statep;
 
 #ifndef NPROBE