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

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/i86pc/io/rootnex.c
          +++ new/usr/src/uts/i86pc/io/rootnex.c
↓ open down ↓ 309 lines elided ↑ open up ↑
 310  310  };
 311  311  
 312  312  static struct modldrv rootnex_modldrv = {
 313  313          &mod_driverops,
 314  314          "i86pc root nexus",
 315  315          &rootnex_ops
 316  316  };
 317  317  
 318  318  static struct modlinkage rootnex_modlinkage = {
 319  319          MODREV_1,
 320      -        (void *)&rootnex_modldrv,
 321      -        NULL
      320 +        { (void *)&rootnex_modldrv, NULL }
 322  321  };
 323  322  
 324  323  #if defined(__amd64) && !defined(__xpv)
 325  324  static iommulib_nexops_t iommulib_nexops = {
 326  325          IOMMU_NEXOPS_VERSION,
 327  326          "Rootnex IOMMU ops Vers 1.1",
 328  327          NULL,
 329  328          rootnex_coredma_allochdl,
 330  329          rootnex_coredma_freehdl,
 331  330          rootnex_coredma_bindhdl,
↓ open down ↓ 4841 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX