]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - include/asm-arm/arch-iop13xx/msi.h
Merge branch 'header-move' of git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemo...
[mirror_ubuntu-jammy-kernel.git] / include / asm-arm / arch-iop13xx / msi.h
CommitLineData
2fd02375
DW
1#ifndef _IOP13XX_MSI_H_
2#define _IOP13XX_MSI_H_
3#ifdef CONFIG_PCI_MSI
4void iop13xx_msi_init(void);
5#else
6static inline void iop13xx_msi_init(void)
7{
8 return;
9}
10#endif
11#endif