提交 f46ed1ab 编写于 作者: S Sachin Kamat 提交者: Inki Dae

drm/exynos: Staticize exynos_dpi_of_find_panel_node

exynos_dpi_of_find_panel_node is local to this file.
Signed-off-by: NSachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Inki Dae <inki.dae>
上级 b26c04f4
......@@ -235,7 +235,7 @@ enum {
FIMD_PORT_WRB,
};
struct device_node *exynos_dpi_of_find_panel_node(struct device *dev)
static struct device_node *exynos_dpi_of_find_panel_node(struct device *dev)
{
struct device_node *np, *ep;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册