提交 5e2e86f1 编写于 作者: D Dmitry Osipenko 提交者: Thierry Reding

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: NDmitry Osipenko <digetx@gmail.com>
Signed-off-by: NThierry Reding <treding@nvidia.com>
上级 b8f3f500
...@@ -302,8 +302,8 @@ int tegra_plane_format_get_alpha(unsigned int opaque, unsigned int *alpha) ...@@ -302,8 +302,8 @@ int tegra_plane_format_get_alpha(unsigned int opaque, unsigned int *alpha)
return -EINVAL; return -EINVAL;
} }
unsigned int tegra_plane_get_overlap_index(struct tegra_plane *plane, static unsigned int tegra_plane_get_overlap_index(struct tegra_plane *plane,
struct tegra_plane *other) struct tegra_plane *other)
{ {
unsigned int index = 0, i; unsigned int index = 0, i;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册