All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] drm/exynos: Staticize exynos_dpi_of_find_panel_node
@ 2014-05-22  5:02 Sachin Kamat
  2014-05-22  5:02 ` [PATCH 2/3] drm/exynos: Remove duplicate inclusion of i2c.h Sachin Kamat
  2014-05-22  5:02 ` [PATCH 3/3] drm/exynos: Staticize local symbols in exynos_hdmi.c Sachin Kamat
  0 siblings, 2 replies; 5+ messages in thread
From: Sachin Kamat @ 2014-05-22  5:02 UTC (permalink / raw)
  To: dri-devel; +Cc: sachin.kamat

exynos_dpi_of_find_panel_node is local to this file.

Signed-off-by: Sachin Kamat <sachin.kamat@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

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-05-23  7:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-22  5:02 [PATCH 1/3] drm/exynos: Staticize exynos_dpi_of_find_panel_node Sachin Kamat
2014-05-22  5:02 ` [PATCH 2/3] drm/exynos: Remove duplicate inclusion of i2c.h Sachin Kamat
2014-05-23  7:47   ` Andrzej Hajda
2014-05-23  7:53     ` Sachin Kamat
2014-05-22  5:02 ` [PATCH 3/3] drm/exynos: Staticize local symbols in exynos_hdmi.c Sachin Kamat

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.