commit | b24919575ea26937013a4380a604c4e8c0a71c81 | [log] [tgz] |
---|---|---|
author | Joonyoung Shim <jy0922.shim@samsung.com> | Thu Jul 02 21:49:37 2015 +0900 |
committer | Inki Dae <inki.dae@samsung.com> | Sun Aug 16 10:23:32 2015 +0900 |
tree | e935c8937b5933db3ebd9840b29737075cd576c5 | |
parent | 5149705dacfb24406634d2060880cd5605772540 [diff] |
drm/exynos: remove to use ifdef CONFIG_ARM_DMA_USE_IOMMU If CONFIG_ARM_DMA_USE_IOMMU is disable, CONFIG_DRM_EXYNOS_IOMMU also is disable. When CONFIG_DRM_EXYNOS_IOMMU is disable, is_drm_iommu_supported() returns always false, so we can remove to use ifdef CONFIG_ARM_DMA_USE_IOMMU in is_drm_iommu_supported(). Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com> Tested-by: Marek Szyprowski <m.szyprowski@samsung.com> Signed-off-by: Inki Dae <inki.dae@samsung.com>