All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] iommu/exynos: Remove invalid symbol dependency
@ 2014-05-22  4:20 Sachin Kamat
       [not found] ` <1400732456-5716-1-git-send-email-sachin.kamat-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Sachin Kamat @ 2014-05-22  4:20 UTC (permalink / raw)
  To: iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA
  Cc: sachin.kamat-QSEj5FYQhm4dnm+yROfE0A,
	pullip.cho-Sze3O3UU22JBDgjK7y7TUQ,
	shaik.ameer-Sze3O3UU22JBDgjK7y7TUQ

EXYNOS_DEV_SYSMMU symbol is not defined anywhere and prevents building
the Exynos driver. Remove it.

Signed-off-by: Sachin Kamat <sachin.kamat-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
---
 drivers/iommu/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/iommu/Kconfig b/drivers/iommu/Kconfig
index df56e4c74a7e..b067a62263d1 100644
--- a/drivers/iommu/Kconfig
+++ b/drivers/iommu/Kconfig
@@ -178,7 +178,7 @@ config TEGRA_IOMMU_SMMU
 
 config EXYNOS_IOMMU
 	bool "Exynos IOMMU Support"
-	depends on ARCH_EXYNOS && EXYNOS_DEV_SYSMMU
+	depends on ARCH_EXYNOS
 	select IOMMU_API
 	help
 	  Support for the IOMMU(System MMU) of Samsung Exynos application
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-05-26  9:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-22  4:20 [PATCH 1/3] iommu/exynos: Remove invalid symbol dependency Sachin Kamat
     [not found] ` <1400732456-5716-1-git-send-email-sachin.kamat-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2014-05-22  4:20   ` [PATCH 2/3] iommu/exynos: Fix trivial typo Sachin Kamat
2014-05-22  4:20   ` [PATCH 3/3] iommu/exynos: Fix checkpatch warning Sachin Kamat
2014-05-26  9:52   ` [PATCH 1/3] iommu/exynos: Remove invalid symbol dependency Joerg Roedel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.