Commit f46ed1ab authored by Sachin Kamat's avatar Sachin Kamat Committed by 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: default avatarSachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Inki Dae <inki.dae>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment