cregit-Linux how code gets into the kernel

Release 4.14 arch/arm/mach-pxa/cm-x2xx-pci.h

/* SPDX-License-Identifier: GPL-2.0 */
extern void __cmx2xx_pci_init_irq(int irq_gpio);
extern void __cmx2xx_pci_suspend(void);
extern void __cmx2xx_pci_resume(void);

#ifdef CONFIG_PCI

#define cmx2xx_pci_init_irq(x) __cmx2xx_pci_init_irq(x)

#define cmx2xx_pci_suspend(x) __cmx2xx_pci_suspend(x)

#define cmx2xx_pci_resume(x) __cmx2xx_pci_resume(x)
#else

#define cmx2xx_pci_init_irq(x) do {} while (0)

#define cmx2xx_pci_suspend(x) do {} while (0)

#define cmx2xx_pci_resume(x) do {} while (0)
#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Mike Rapoport7198.61%375.00%
Greg Kroah-Hartman11.39%125.00%
Total72100.00%4100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.