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

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/io/iwh/iwh.c
          +++ new/usr/src/uts/common/io/iwh/iwh.c
↓ open down ↓ 411 lines elided ↑ open up ↑
 412  412      iwh_detach, nodev, NULL, D_MP, NULL, iwh_quiesce);
 413  413  
 414  414  static struct modldrv iwh_modldrv = {
 415  415          &mod_driverops,
 416  416          "Intel(R) ShirleyPeak/EchoPeak driver(N)",
 417  417          &iwh_devops
 418  418  };
 419  419  
 420  420  static struct modlinkage iwh_modlinkage = {
 421  421          MODREV_1,
 422      -        &iwh_modldrv,
 423      -        NULL
      422 +        { &iwh_modldrv, NULL }
 424  423  };
 425  424  
 426  425  int
 427  426  _init(void)
 428  427  {
 429  428          int status;
 430  429  
 431  430          status = ddi_soft_state_init(&iwh_soft_state_p,
 432  431              sizeof (iwh_sc_t), 1);
 433  432          if (status != DDI_SUCCESS) {
↓ open down ↓ 6169 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX