From: Sachin Kamat Date: Mon, 14 Jan 2013 06:59:11 +0000 (+0530) Subject: drm/exynos: Add missing static specifiers in exynos_drm_rotator.c X-Git-Tag: v3.8-rc6~10^2~1^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0315a902c0ca7f54f992fc8062158092ed57b062;p=pandora-kernel.git 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 Signed-off-by: Inki Dae --- Reading git-diff-tree failed