aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos/exynos_drm_drv.h
diff options
context:
space:
mode:
authorBaoyou Xie <baoyou.xie@linaro.org>2016-09-25 15:54:59 +0800
committerInki Dae <daeinki@gmail.com>2016-10-01 00:39:37 +0900
commitd42c09628a14fd07185d189d245ed57854e06179 (patch)
tree36da268731af9aea21be5af94937c2d284ba7f0f /drivers/gpu/drm/exynos/exynos_drm_drv.h
parentdrm/exynos/fimd: add clock rate checking (diff)
downloadlinux-dev-d42c09628a14fd07185d189d245ed57854e06179.tar.xz
linux-dev-d42c09628a14fd07185d189d245ed57854e06179.zip
drm/exynos: mark exynos_dp_crtc_clock_enable() static
We get 1 warning when building kernel with W=1: drivers/gpu/drm/exynos/exynos_dp.c:46:5: warning: no previous prototype for 'exynos_dp_crtc_clock_enable' [-Wmissing-prototypes] In fact, this function is only used in the file in which it is declared and don't need a declaration, but can be made static. So this patch marks it 'static'. Signed-off-by: Baoyou Xie <baoyou.xie@linaro.org> Signed-off-by: Inki Dae <inki.dae@samsung.com>
Diffstat (limited to 'drivers/gpu/drm/exynos/exynos_drm_drv.h')
0 files changed, 0 insertions, 0 deletions