[PATCH 1/3] drm/exynos: Staticize exynos_dpi_of_find_panel_node

Sachin Kamat sachin.kamat at linaro.org
Wed May 21 22:02:54 PDT 2014


exynos_dpi_of_find_panel_node is local to this file.

Signed-off-by: Sachin Kamat <sachin.kamat at linaro.org>
---
These patches are based on Inki Dae's tree (exynos-drm-next branch).
---
 drivers/gpu/drm/exynos/exynos_drm_dpi.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/exynos/exynos_drm_dpi.c b/drivers/gpu/drm/exynos/exynos_drm_dpi.c
index 03cb126..aefc828 100644
--- a/drivers/gpu/drm/exynos/exynos_drm_dpi.c
+++ b/drivers/gpu/drm/exynos/exynos_drm_dpi.c
@@ -242,7 +242,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;
 
-- 
1.7.9.5



More information about the dri-devel mailing list