[IA64] iommu: Add a dummy iommu_table.h file in IA64.

We don't need a comlex IOMMU dependency list on IA64 so
we just define the IOMMU_* macro as a dummy.

Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>

authored by Konrad Rzeszutek Wilk and committed by Tony Luck 43e3bf20 2422084a

+6
+6
arch/ia64/include/asm/iommu_table.h
···
··· 1 + #ifndef _ASM_IA64_IOMMU_TABLE_H 2 + #define _ASM_IA64_IOMMU_TABLE_H 3 + 4 + #define IOMMU_INIT_POST(_detect) 5 + 6 + #endif /* _ASM_IA64_IOMMU_TABLE_H */