Hi Hiroshi,

> 
> diff --git a/arch/arm/plat-omap/iommu.c b/arch/arm/plat-omap/iommu.c
> index 1e83fac..d09a0a1 100644
> --- a/arch/arm/plat-omap/iommu.c
> +++ b/arch/arm/plat-omap/iommu.c
> @@ -25,6 +25,9 @@
> 
>  #include "iopgtable.h"
> 
> +#define for_each_iotlb_cr(obj, n, i, cr)                             \
> +     for (i = 0; (i < n) && (cr = get_iotlb_cr(obj, i)); i++)
> +
-- This code is giving compilation error. 
Can you please send a new patch after fixing this on top of my patches.

Thank you,
Best regards,
Hari
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to