]> git.openfabrics.org - ~emulex/infiniband.git/commit
drm/udl: Add missing static storage class specifiers in udl_connector.c
authorSachin Kamat <sachin.kamat@linaro.org>
Mon, 19 Nov 2012 05:27:43 +0000 (05:27 +0000)
committerDave Airlie <airlied@redhat.com>
Tue, 20 Nov 2012 05:41:49 +0000 (15:41 +1000)
commitb27b6d328a96da3892f3de21d1b37364b380f966
tree05d7909f8581cfb1492211785f4b62bb6aa96c87
parent66141d3d86f38701d657ef9ba973233bce53da79
drm/udl: Add missing static storage class specifiers in udl_connector.c

Fixes the following sparse warnings:
drivers/gpu/drm/udl/udl_connector.c:80:20: warning:
symbol 'udl_best_single_encoder' was not declared. Should it be static?
drivers/gpu/drm/udl/udl_connector.c:93:5: warning:
symbol 'udl_connector_set_property' was not declared. Should it be static?
drivers/gpu/drm/udl/udl_connector.c:106:35: warning:
symbol 'udl_connector_helper_funcs' was not declared. Should it be static?
drivers/gpu/drm/udl/udl_connector.c:112:28: warning:
symbol 'udl_connector_funcs' was not declared. Should it be static?

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/udl/udl_connector.c