]> git.baikalelectronics.ru Git - kernel.git/commit
drm/dp: Staticize a couple of DP utility functions
authorThierry Reding <treding@nvidia.com>
Mon, 21 Jul 2014 11:23:57 +0000 (13:23 +0200)
committerDave Airlie <airlied@redhat.com>
Tue, 22 Jul 2014 00:58:28 +0000 (10:58 +1000)
commit7ff169b2a9514ea12539d1a14c70e665b9b85c12
treea4f3e6fcfa37f6072c0db3c87b613de11feb0880
parent8304950d1e40526ecac146da79c661bdd945fd20
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>
drivers/gpu/drm/drm_dp_mst_topology.c