Signed-off-by: Laurent Pinchart <laurent.pinchart+rene...@ideasonboard.com> --- arch/arm/mach-shmobile/include/mach/ipmmu.h | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/arch/arm/mach-shmobile/include/mach/ipmmu.h b/arch/arm/mach-shmobile/include/mach/ipmmu.h index ede2f0b..4b805b1f 100644 --- a/arch/arm/mach-shmobile/include/mach/ipmmu.h +++ b/arch/arm/mach-shmobile/include/mach/ipmmu.h @@ -1,3 +1,6 @@ +#ifndef __SHMOBILE_IPMMU_H__ +#define __SHMOBILE_IPMMU_H__ + #ifdef CONFIG_SHMOBILE_IPMMU_TLB void ipmmu_tlb_flush(struct device *ipmmu_dev); void ipmmu_tlb_set(struct device *ipmmu_dev, unsigned long phys, int size, @@ -14,3 +17,5 @@ static int ipmmu_iommu_init(struct device *dev) return -EINVAL; } #endif + +#endif /* __SHMOBILE_IPMMU_H__ */ -- 1.7.8.6 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/