From: Konrad Rzeszutek Wilk Date: Mon, 20 Sep 2010 20:13:04 +0000 (-0700) Subject: [IA64] iommu: Add a dummy iommu_table.h file in IA64. X-Git-Tag: upstream/snapshot3+hdmi~12730^2^4~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=43e3bf203456c4f06bdd6060426976ad2bed9081;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git [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 Signed-off-by: Tony Luck --- diff --git a/arch/ia64/include/asm/iommu_table.h b/arch/ia64/include/asm/iommu_table.h new file mode 100644 index 0000000..92c8d36 --- /dev/null +++ b/arch/ia64/include/asm/iommu_table.h @@ -0,0 +1,6 @@ +#ifndef _ASM_IA64_IOMMU_TABLE_H +#define _ASM_IA64_IOMMU_TABLE_H + +#define IOMMU_INIT_POST(_detect) + +#endif /* _ASM_IA64_IOMMU_TABLE_H */