drm/exynos: Staticize exynos_dpi_of_find_panel_node

exynos_dpi_of_find_panel_node is local to this file.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Inki Dae <inki.dae>
This commit is contained in:
Sachin Kamat
2014-05-22 10:32:54 +05:30
کامیت شده توسط Inki Dae
والد b26c04f47c
کامیت f46ed1abef

مشاهده پرونده

@@ -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;