Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target...
[deliverable/linux.git] / arch / arm / mach-integrator / pci_v3.h
CommitLineData
ae9daf2d 1/* Simple oneliner include to the PCIv3 early init */
4dc3231f 2#ifdef CONFIG_PCI
ae9daf2d 3extern int pci_v3_early_init(void);
4dc3231f
JR
4#else
5static inline int pci_v3_early_init(void)
6{
7 return 0;
8}
9#endif
This page took 0.120728 seconds and 5 git commands to generate.