[PATCH 2/2] drm/exynos: Fix build after removal of DRM_WAKUP

2014-01-08 Thread Seung-Woo Kim
Hello, On 2014? 01? 08? 21:03, Mark Brown wrote: > On Wed, Jan 08, 2014 at 10:15:25AM +0900, Inki Dae wrote: >> 2014/1/8 Daniel Vetter : > >>> Oops, looks like something slipped past between me making the patches and >>> them getting merged. Thanks for taking care of this. Both patches are > >>

[PATCH 2/2] drm/exynos: Fix build after removal of DRM_WAKUP

2014-01-08 Thread Mark Brown
On Wed, Jan 08, 2014 at 10:15:25AM +0900, Inki Dae wrote: > 2014/1/8 Daniel Vetter : > > Oops, looks like something slipped past between me making the patches and > > them getting merged. Thanks for taking care of this. Both patches are > These patches already were posted by Seung-Woo link below,

[PATCH 2/2] drm/exynos: Fix build after removal of DRM_WAKUP

2014-01-08 Thread Inki Dae
Hi, 2014/1/8 Daniel Vetter : > On Tue, Jan 07, 2014 at 01:59:12PM +, Mark Brown wrote: >> From: Mark Brown >> >> Commit 57ed0f7b4375 (drm: Kill DRM_WAKUP and DRM_INIT_WAITQUEUE) removed >> the definition of DRM_WAKUP but did not remove the use of it in the Exynos >> DRM driver causing it to f

[PATCH 2/2] drm/exynos: Fix build after removal of DRM_WAKUP

2014-01-07 Thread Daniel Vetter
On Tue, Jan 07, 2014 at 01:59:12PM +, Mark Brown wrote: > From: Mark Brown > > Commit 57ed0f7b4375 (drm: Kill DRM_WAKUP and DRM_INIT_WAITQUEUE) removed > the definition of DRM_WAKUP but did not remove the use of it in the Exynos > DRM driver causing it to fail to build. Fix that. > > Signed-

[PATCH 2/2] drm/exynos: Fix build after removal of DRM_WAKUP

2014-01-07 Thread Mark Brown
From: Mark Brown Commit 57ed0f7b4375 (drm: Kill DRM_WAKUP and DRM_INIT_WAITQUEUE) removed the definition of DRM_WAKUP but did not remove the use of it in the Exynos DRM driver causing it to fail to build. Fix that. Signed-off-by: Mark Brown --- drivers/gpu/drm/exynos/exynos_drm_fimd.c | 2 +-