]> git.baikalelectronics.ru Git - kernel.git/commit
drm/tegra: plane: Make tegra_plane_get_overlap_index() static
authorDmitry Osipenko <digetx@gmail.com>
Thu, 15 Mar 2018 10:37:05 +0000 (11:37 +0100)
committerThierry Reding <treding@nvidia.com>
Thu, 15 Mar 2018 10:37:05 +0000 (11:37 +0100)
commit34141160b38f8fd366af59fd591fd461a038a4d3
tree9a46ae65cfd0d0fd8310a222e6c34125b1f0bf5d
parente971eef1924d70da75e4c26658835b22e51be8c3
drm/tegra: plane: Make tegra_plane_get_overlap_index() static

This function is not used outside of the file and can be static.

Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/drm/tegra/plane.c