]> git.ipfire.org Git - thirdparty/kernel/linux.git/blame - arch/arm/mach-integrator/pci_v3.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/kernel/linux.git] / arch / arm / mach-integrator / pci_v3.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
ae9daf2d 2/* Simple oneliner include to the PCIv3 early init */
4dc3231f 3#ifdef CONFIG_PCI
ae9daf2d 4extern int pci_v3_early_init(void);
4dc3231f
JR
5#else
6static inline int pci_v3_early_init(void)
7{
8 return 0;
9}
10#endif