commit | 27796b465d25bc48f785c235be33cdc334a624e6 | [log] [tgz] |
---|---|---|
author | Sachin Kamat <sachin.kamat@linaro.org> | Sat Sep 22 06:30:03 2012 +0000 |
committer | Dave Airlie <airlied@redhat.com> | Tue Oct 02 09:24:41 2012 +1000 |
tree | ba164b93bab8d3723ebd4e2bcb6123b0c442e813 | |
parent | 8d42a919156cfcfdd19addbc4c2989fc46810c1c [diff] |
drm/udl: Add missing static storage class specifiers in udl_fb.c Fixes the following sparse warnings: drivers/gpu/drm/udl/udl_fb.c:360:6: warning: symbol 'udl_crtc_fb_gamma_set' was not declared. Should it be static? drivers/gpu/drm/udl/udl_fb.c:365:6: warning: symbol 'udl_crtc_fb_gamma_get' was not declared. Should it be static? Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Dave Airlie <airlied@redhat.com>