drm/exynos: fix build error caused by removed drm core macros
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Mon, 30 Dec 2013 07:01:29 +0000 (16:01 +0900)
committerInki Dae <inki.dae@samsung.com>
Tue, 7 Jan 2014 07:53:25 +0000 (16:53 +0900)
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 <sw0312.kim@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>

No differences found