commit | 4c071c7b851ba47f66cdff523160225288382c7b | [log] [tgz] |
---|---|---|
author | Joerg Roedel <joro@8bytes.org> | Tue Jan 07 22:55:06 2014 +0100 |
committer | Joerg Roedel <joro@8bytes.org> | Tue Jan 07 23:23:36 2014 +0100 |
tree | ebd07da4952ad6ead6e031ceb7d32d7c3b6e26ae | |
parent | d6e0a2dd12f4067a5bcefb8bbd8ddbeff800afbc [diff] |
drm/msm: Fix link error with !MSM_IOMMU The DRM driver for MSM depends on symbols from the MSM IOMMU driver. Add this dependency to the Kconfig file. Fixes this comile error: Kernel: arch/arm/boot/zImage is ready ERROR: "msm_iommu_get_ctx" [drivers/gpu/drm/msm/msm.ko] undefined! make[2]: *** [__modpost] Error 1 Cc: Rob Clark <robdclark@gmail.com> Signed-off-by: Joerg Roedel <joro@8bytes.org>