[PATCH] drm/dp: Staticize a couple of DP utility functions

2014-07-21 Thread Thierry Reding
From: Thierry Reding 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 --- drivers/gpu/drm/drm_dp_mst_topology.c | 30 +++

[PATCH] drm/dp: Staticize a couple of DP utility functions

2014-07-21 Thread Alex Deucher
On Mon, Jul 21, 2014 at 7:23 AM, Thierry Reding wrote: > From: Thierry Reding > > 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