Linus Walleij | ae9daf2 | 2013-03-19 19:58:49 +0100 | [diff] [blame] | 1 | /* Simple oneliner include to the PCIv3 early init */ |
Joerg Roedel | 4dc3231 | 2013-09-25 12:11:33 +0200 | [diff] [blame] | 2 | #ifdef CONFIG_PCI |
Linus Walleij | ae9daf2 | 2013-03-19 19:58:49 +0100 | [diff] [blame] | 3 | extern int pci_v3_early_init(void); |
Joerg Roedel | 4dc3231 | 2013-09-25 12:11:33 +0200 | [diff] [blame] | 4 | #else |
5 | static inline int pci_v3_early_init(void) | ||||
6 | { | ||||
7 | return 0; | ||||
8 | } | ||||
9 | #endif |