commit | 8fa6a4255e80537774126440a056c8e4fa7e30a0 | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Mon Jul 21 13:23:57 2014 +0200 |
committer | Dave Airlie <airlied@redhat.com> | Tue Jul 22 10:58:28 2014 +1000 |
tree | a4f3e6fcfa37f6072c0db3c87b613de11feb0880 | |
parent | ee3939e07920f4a5405aba5f40529fd0fdd1dfb5 [diff] |
drm/dp: Staticize a couple of DP utility functions sparse complains about these functions missing a prototype, but looking closer they aren't (and likely not supposed to be) used outside of this source file, so they can be made static. Signed-off-by: Thierry Reding <treding@nvidia.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Dave Airlie <airlied@redhat.com>