]> Pileus Git - ~andy/linux/commit
drm/msm: Fix link error with !MSM_IOMMU
authorJoerg Roedel <joro@8bytes.org>
Tue, 7 Jan 2014 21:55:06 +0000 (22:55 +0100)
committerJoerg Roedel <joro@8bytes.org>
Tue, 7 Jan 2014 22:23:36 +0000 (23:23 +0100)
commit4c071c7b851ba47f66cdff523160225288382c7b
treeebd07da4952ad6ead6e031ceb7d32d7c3b6e26ae
parentd6e0a2dd12f4067a5bcefb8bbd8ddbeff800afbc
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>
drivers/gpu/drm/msm/Kconfig