Merge tag 'topic/drm-misc-2016-02-12' into drm-intel-next-queued
[deliverable/linux.git] / arch / arm / mach-iop13xx / msi.h
1 #ifndef _IOP13XX_MSI_H_
2 #define _IOP13XX_MSI_H_
3 #ifdef CONFIG_PCI_MSI
4 void iop13xx_msi_init(void);
5 #else
6 static inline void iop13xx_msi_init(void)
7 {
8 return;
9 }
10 #endif
11 #endif
This page took 0.04994 seconds and 6 git commands to generate.