drm/exynos: Add missing static specifiers in exynos_drm_rotator.c
authorSachin Kamat <sachin.kamat@linaro.org>
Mon, 14 Jan 2013 06:59:11 +0000 (12:29 +0530)
committerInki Dae <inki.dae@samsung.com>
Fri, 25 Jan 2013 05:38:45 +0000 (14:38 +0900)
commit0315a902c0ca7f54f992fc8062158092ed57b062
treea5b82cd3c78bc744eec795ed4a1edaf1f8a7e527
parent09760ea34965a48d39e58607945e5e69edba01e6
drm/exynos: Add missing static specifiers in exynos_drm_rotator.c

Fixes the following warnings:
drivers/gpu/drm/exynos/exynos_drm_rotator.c:737:24: warning:
symbol 'rot_limit_tbl' was not declared. Should it be static?
drivers/gpu/drm/exynos/exynos_drm_rotator.c:754:27: warning:
symbol 'rotator_driver_ids' was not declared. Should it be static?

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