]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitcff03205fdcc87c8085b53a48f4603c66ab99271
treea5b82cd3c78bc744eec795ed4a1edaf1f8a7e527
parentb96dd2f6c4959e6d5ee4e5147198b2497e540dd9
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