Release 4.14 arch/arm/mach-integrator/pci_v3.h
/* SPDX-License-Identifier: GPL-2.0 */
/* 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 | 12 | 100.00% | 1 | 100.00% |
Total | 12 | 100.00% | 1 | 100.00% |
#endif
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Joerg Roedel | 19 | 67.86% | 1 | 33.33% |
Linus Walleij | 8 | 28.57% | 1 | 33.33% |
Greg Kroah-Hartman | 1 | 3.57% | 1 | 33.33% |
Total | 28 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.