diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2012-11-19 09:27:43 +0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2012-11-20 09:41:49 +0400 |
commit | b27b6d328a96da3892f3de21d1b37364b380f966 (patch) | |
tree | 05d7909f8581cfb1492211785f4b62bb6aa96c87 /drivers/gpu/drm/tegra/drm.c | |
parent | 66141d3d86f38701d657ef9ba973233bce53da79 (diff) | |
download | linux-b27b6d328a96da3892f3de21d1b37364b380f966.tar.xz |
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>
Diffstat (limited to 'drivers/gpu/drm/tegra/drm.c')
0 files changed, 0 insertions, 0 deletions