/* * Arch specific extensions to struct device * * This file is released under the GPLv2 */ struct dev_archdata { struct dma_map_ops *dma_ops; }; struct pdev_archdata { };Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp | |
| christian borntraeger | christian borntraeger | 14 | 93.33% | 1 | 50.00% |
| benjamin herrenschmidt | benjamin herrenschmidt | 1 | 6.67% | 1 | 50.00% |
| Total | 15 | 100.00% | 2 | 100.00% |