On Mon, Aug 27, 2012 at 4:11 PM, Seung-Woo Kim <sw0312.kim@xxxxxxxxxxx> wrote: > This is trivial patch to mate parameter name between iommu api enabled case and > disabled case. > > Signed-off-by: Seung-Woo Kim <sw0312.kim@xxxxxxxxxxx> > Signed-off-by: Kyungmin Park <kyungmin.park@xxxxxxxxxxx> > --- > Sorry about typo in previous patch. > > arch/arm/mach-exynos/include/mach/sysmmu.h | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/arch/arm/mach-exynos/include/mach/sysmmu.h b/arch/arm/mach-exynos/include/mach/sysmmu.h > index 998daf2..81e4c66 100644 > --- a/arch/arm/mach-exynos/include/mach/sysmmu.h > +++ b/arch/arm/mach-exynos/include/mach/sysmmu.h > @@ -58,7 +58,7 @@ static inline void platform_set_sysmmu( > #endif > > #else /* !CONFIG_EXYNOS_DEV_SYSMMU */ > -#define platform_set_sysmmu(dev, sysmmu) do { } while (0) > +#define platform_set_sysmmu(sysmmu, dev) do { } while (0) > #endif > Thank you for your correction. KyongHo -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html