[PATCH] drm/exynos: fix build error caused by removed drm core macros

2013-12-30 Thread Inki Dae
Hi Dave, This patch fixes build error occurred by below two patches already merged to drm-next, commit bfd8303af0c46bd094289ee4e65f1e4bcc4fb7d3 Author: Daniel Vetter Date: Wed Dec 11 11:34:41 2013 +0100 drm: Kill DRM_HZ We don't have any userspace interfaces that use HZ as a time uni

[PATCH] drm/exynos: fix build error caused by removed drm core macros

2013-12-30 Thread Seung-Woo Kim
DRM_HZ and DRM_WAKEUP macros are removed, but they still remained. So this patch fixes build errors by replacing the macros. Signed-off-by: Seung-Woo Kim --- The build errors are only in drm-next branch, so this patch is based on the branch. --- drivers/gpu/drm/exynos/exynos_drm_fimd.c |4 ++