/* Simple oneliner include to the PCIv3 early init */ #ifdef CONFIG_PCI extern int pci_v3_early_init(void); #else
static inline int pci_v3_early_init(void) { return 0; }Contributors
Person | Tokens | Prop | Commits | CommitProp | |
joerg roedel | joerg roedel | 12 | 100.00% | 1 | 100.00% |
Total | 12 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp | |
joerg roedel | joerg roedel | 19 | 70.37% | 1 | 50.00% |
linus walleij | linus walleij | 8 | 29.63% | 1 | 50.00% |
Total | 27 | 100.00% | 2 | 100.00% |