projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5698bd7
)
ARM: EXYNOS: fixed SYSMMU setup definition to mate parameter name
author
Seung-Woo Kim
<
[email protected]
>
Mon, 27 Aug 2012 18:09:20 +0000
(11:09 -0700)
committer
Kukjin Kim
<
[email protected]
>
Fri, 21 Sep 2012 03:52:53 +0000
(12:52 +0900)
This is trivial patch to mate parameter name between iommu api enabled case and
disabled case.
Signed-off-by: Seung-Woo Kim <
[email protected]
>
Signed-off-by: Kyungmin Park <
[email protected]
>
Acked-by: KyongHo Cho <
[email protected]
>
Signed-off-by: Kukjin Kim <
[email protected]
>
arch/arm/mach-exynos/include/mach/sysmmu.h
patch
|
blob
|
history
diff --git
a/arch/arm/mach-exynos/include/mach/sysmmu.h
b/arch/arm/mach-exynos/include/mach/sysmmu.h
index 998daf2add92d9548733bc21ebe2bc167fcbe8f0..88a4543b00012ce67e433c12190d885a829e50e3 100644
(file)
--- 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
#define SYSMMU_CLOCK_DEVNAME(ipname, id) (SYSMMU_DEVNAME_BASE "." #id)