diff options
author | Krzysztof Kozlowski <k.kozlowski.k@gmail.com> | 2015-05-07 02:04:44 +0200 |
---|---|---|
committer | Inki Dae <daeinki@gmail.com> | 2015-05-19 15:50:53 +0200 |
commit | 48107d7b0db180155b19b2cf083517014289a079 (patch) | |
tree | a3c67f630e239b09daf4269b0b5d5b16fdb44fb6 /mm/msync.c | |
parent | drm/exynos: mixer: Constify platform_device_id (diff) | |
download | linux-48107d7b0db180155b19b2cf083517014289a079.tar.xz linux-48107d7b0db180155b19b2cf083517014289a079.zip |
drm/exynos: Fix build breakage on !DRM_EXYNOS_FIMD
Disabling the CONFIG_DRM_EXYNOS_FIMD (e.g. by enabling of CONFIG_FB_S3C)
leads to build error:
drivers/built-in.o: In function `exynos_dp_dpms':
binder.c:(.text+0xd6a840): undefined reference to `fimd_dp_clock_enable'
binder.c:(.text+0xd6ab54): undefined reference to `fimd_dp_clock_enable'
Fix this by changing direct call to fimd_dp_clock_enable() into optional
call to exynos_drm_crtc_ops->clock_enable(). Only the DRM_EXYNOS_FIMD
implements this op.
Signed-off-by: Krzysztof Kozlowski <k.kozlowski.k@gmail.com>
Reviewed-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
Tested-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
Diffstat (limited to 'mm/msync.c')
0 files changed, 0 insertions, 0 deletions