]> 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)
commitfcc1bf6fdff841f9bfeed781ce0f962ba9a454e4
treea5b82cd3c78bc744eec795ed4a1edaf1f8a7e527
parentb9a0862e800df1ab08800e453a1ce1e8ed640b4b
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