blob: 06a9e2e7d007b847f650b8efbf0856a1f47978ae [file] [log] [blame]
Linus Walleijae9daf22013-03-19 19:58:49 +01001/* Simple oneliner include to the PCIv3 early init */
Joerg Roedel4dc32312013-09-25 12:11:33 +02002#ifdef CONFIG_PCI
Linus Walleijae9daf22013-03-19 19:58:49 +01003extern int pci_v3_early_init(void);
Joerg Roedel4dc32312013-09-25 12:11:33 +02004#else
5static inline int pci_v3_early_init(void)
6{
7 return 0;
8}
9#endif