7127 remove -Wno-missing-braces from Makefile.uts
@@ -345,12 +345,11 @@ &ahcictl_dev_ops, /* driver ops */ }; static struct modlinkage modlinkage = { MODREV_1, - &modldrv, - NULL + { &modldrv, NULL } }; /* The following variables are watchdog handler related */ static clock_t ahci_watchdog_timeout = 5; /* 5 seconds */ static clock_t ahci_watchdog_tick;