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

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/io/iwk/iwk2.c
          +++ new/usr/src/uts/common/io/iwk/iwk2.c
↓ open down ↓ 377 lines elided ↑ open up ↑
 378  378      iwk_detach, nodev, NULL, D_MP, NULL, iwk_quiesce);
 379  379  
 380  380  static struct modldrv iwk_modldrv = {
 381  381          &mod_driverops,
 382  382          "Intel(R) 4965AGN driver(N)",
 383  383          &iwk_devops
 384  384  };
 385  385  
 386  386  static struct modlinkage iwk_modlinkage = {
 387  387          MODREV_1,
 388      -        &iwk_modldrv,
 389      -        NULL
      388 +        { &iwk_modldrv, NULL }
 390  389  };
 391  390  
 392  391  int
 393  392  _init(void)
 394  393  {
 395  394          int     status;
 396  395  
 397  396          status = ddi_soft_state_init(&iwk_soft_state_p,
 398  397              sizeof (iwk_sc_t), 1);
 399  398          if (status != DDI_SUCCESS)
↓ open down ↓ 6211 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX