drm/exynos: Remove redundant use of of_match_ptr macro
authorSachin Kamat <sachin.kamat@linaro.org>
Wed, 5 Jun 2013 07:00:23 +0000 (16:00 +0900)
committerInki Dae <daeinki@gmail.com>
Fri, 28 Jun 2013 12:11:48 +0000 (21:11 +0900)
commite436b09dc5fa33d36f4906f4556c4f543afd4b65
tree3f7905bfae2b2ceab1e831cb53158cb9b3be9de6
parentad07945a857858598fd5e3b24d226a3b501d5375
drm/exynos: Remove redundant use of of_match_ptr macro

'mixer_match_types' is always compiled in. Hence of_match_ptr is not
necessary.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_mixer.c