drm/udl: Make udl_crtc_init() static
authorSachin Kamat <sachin.kamat@linaro.org>
Sat, 22 Sep 2012 07:05:21 +0000 (07:05 +0000)
committerDave Airlie <airlied@redhat.com>
Mon, 1 Oct 2012 23:24:34 +0000 (09:24 +1000)
commit8d42a919156cfcfdd19addbc4c2989fc46810c1c
treeafed51e8bac9324bcbceba1d4feb9709b9399432
parent92780062496e8454a43b47af1994f83462580ec5
drm/udl: Make udl_crtc_init() static

Fixes the following sparse warning:
drivers/gpu/drm/udl/udl_modeset.c:394:5: warning:
symbol 'udl_crtc_init' was not declared. Should it be static?

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/udl/udl_modeset.c