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

*** 345,356 **** &ahcictl_dev_ops, /* driver ops */ }; static struct modlinkage modlinkage = { MODREV_1, ! &modldrv, ! NULL }; /* The following variables are watchdog handler related */ static clock_t ahci_watchdog_timeout = 5; /* 5 seconds */ static clock_t ahci_watchdog_tick; --- 345,355 ---- &ahcictl_dev_ops, /* driver ops */ }; static struct modlinkage modlinkage = { MODREV_1, ! { &modldrv, NULL } }; /* The following variables are watchdog handler related */ static clock_t ahci_watchdog_timeout = 5; /* 5 seconds */ static clock_t ahci_watchdog_tick;