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

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/io/atu/atu.c
          +++ new/usr/src/uts/common/io/atu/atu.c
↓ open down ↓ 1371 lines elided ↑ open up ↑
1372 1372      atu_detach, nodev, NULL, D_MP, NULL, ddi_quiesce_not_needed);
1373 1373  
1374 1374  static struct modldrv atu_modldrv = {
1375 1375          &mod_driverops,
1376 1376          "atu driver v1.1",
1377 1377          &atu_dev_ops
1378 1378  };
1379 1379  
1380 1380  static struct modlinkage modlinkage = {
1381 1381          MODREV_1,
1382      -        (void *)&atu_modldrv,
1383      -        NULL
     1382 +        { (void *)&atu_modldrv, NULL }
1384 1383  };
1385 1384  
1386 1385  int
1387 1386  _info(struct modinfo *modinfop)
1388 1387  {
1389 1388          return (mod_info(&modlinkage, modinfop));
1390 1389  }
1391 1390  
1392 1391  int
1393 1392  _init(void)
↓ open down ↓ 281 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX