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

*** 93,103 **** "radeon DRM driver", /* drv_linkinfo */ &radeon_dev_ops, /* drv_dev_ops */ }; static struct modlinkage modlinkage = { ! MODREV_1, (void *) &modldrv, NULL }; /* * softstate head --- 93,103 ---- "radeon DRM driver", /* drv_linkinfo */ &radeon_dev_ops, /* drv_dev_ops */ }; static struct modlinkage modlinkage = { ! MODREV_1, { (void *) &modldrv, NULL } }; /* * softstate head