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

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/io/iwp/iwp.c
          +++ new/usr/src/uts/common/io/iwp/iwp.c
↓ open down ↓ 373 lines elided ↑ open up ↑
 374  374      iwp_detach, nodev, NULL, D_MP, NULL, iwp_quiesce);
 375  375  
 376  376  static struct modldrv iwp_modldrv = {
 377  377          &mod_driverops,
 378  378          "Intel(R) PumaPeak driver(N)",
 379  379          &iwp_devops
 380  380  };
 381  381  
 382  382  static struct modlinkage iwp_modlinkage = {
 383  383          MODREV_1,
 384      -        &iwp_modldrv,
 385      -        NULL
      384 +        { &iwp_modldrv, NULL }
 386  385  };
 387  386  
 388  387  int
 389  388  _init(void)
 390  389  {
 391  390          int     status;
 392  391  
 393  392          status = ddi_soft_state_init(&iwp_soft_state_p,
 394  393              sizeof (iwp_sc_t), 1);
 395  394          if (status != DDI_SUCCESS) {
↓ open down ↓ 5028 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX