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

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/io/bofi.c
          +++ new/usr/src/uts/common/io/bofi.c
↓ open down ↓ 274 lines elided ↑ open up ↑
 275  275  static void    *statep;
 276  276  
 277  277  static struct modldrv modldrv = {
 278  278          &mod_driverops,
 279  279          "bofi driver",
 280  280          &bofi_ops
 281  281  };
 282  282  
 283  283  static struct modlinkage modlinkage = {
 284  284          MODREV_1,
 285      -        &modldrv,
 286      -        0
      285 +        { &modldrv, NULL }
 287  286  };
 288  287  
 289  288  static struct bus_ops save_bus_ops;
 290  289  
 291  290  #if defined(__sparc)
 292  291  static struct dvma_ops bofi_dvma_ops = {
 293  292          DVMAO_REV,
 294  293          bofi_dvma_kaddr_load,
 295  294          bofi_dvma_unload,
 296  295          bofi_dvma_sync
↓ open down ↓ 4421 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX