From: Sachin Kamat Date: Thu, 22 May 2014 05:02:54 +0000 (+0530) Subject: drm/exynos: Staticize exynos_dpi_of_find_panel_node X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f46ed1abef25efa3b7f7a421249b81945df1e921;p=linux-beck.git 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 Signed-off-by: Inki Dae --- diff --git a/drivers/gpu/drm/exynos/exynos_drm_dpi.c b/drivers/gpu/drm/exynos/exynos_drm_dpi.c index a9c52fe8a37f..a832364358a7 100644 --- a/drivers/gpu/drm/exynos/exynos_drm_dpi.c +++ b/drivers/gpu/drm/exynos/exynos_drm_dpi.c @@ -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;