[PATCH] drm/exynos: Fix PTN3460 dependency

2014-05-22 Thread Inki Dae
On 2014? 05? 22? 00:51, Thierry Reding wrote: > On Tue, May 20, 2014 at 11:15:25AM +0200, Jean Delvare wrote: >> The following configuration options combination: >> >> CONFIG_DRM_EXYNOS_DP=y >> CONFIG_DRM_PTN3460=m >> >> currently leads to the following linker failure: >> >> drivers/built-in.o: In

[PATCH] drm/exynos: Fix PTN3460 dependency

2014-05-21 Thread Thierry Reding
On Tue, May 20, 2014 at 11:15:25AM +0200, Jean Delvare wrote: > The following configuration options combination: > > CONFIG_DRM_EXYNOS_DP=y > CONFIG_DRM_PTN3460=m > > currently leads to the following linker failure: > > drivers/built-in.o: In function `exynos_drm_attach_lcd_bridge': > .../driver

[PATCH] drm/exynos: Fix PTN3460 dependency

2014-05-20 Thread Jean Delvare
The following configuration options combination: CONFIG_DRM_EXYNOS_DP=y CONFIG_DRM_PTN3460=m currently leads to the following linker failure: drivers/built-in.o: In function `exynos_drm_attach_lcd_bridge': .../drivers/gpu/drm/exynos/exynos_dp_core.c:1004: undefined reference to `ptn3460_init' T