Skip to content

Commit

Permalink
ARM: EXYNOS: fixed SYSMMU setup definition to mate parameter name
Browse files Browse the repository at this point in the history
This is trivial patch to mate parameter name between iommu api enabled case and
disabled case.

Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Acked-by: KyongHo Cho <pullip.cho@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
  • Loading branch information
Seung-Woo Kim authored and Kukjin Kim committed Sep 21, 2012
1 parent 5698bd7 commit bfbf290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-exynos/include/mach/sysmmu.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

#define SYSMMU_CLOCK_DEVNAME(ipname, id) (SYSMMU_DEVNAME_BASE "." #id)
Expand Down

0 comments on commit bfbf290

Please sign in to comment.