dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] drm/exynos: Make g2d_userptr_get_dma_addr static
@ 2013-01-14  6:59 Sachin Kamat
  2013-01-14  6:59 ` [PATCH 2/3] drm/exynos: Make ipp_handle_cmd_work static Sachin Kamat
  2013-01-14  6:59 ` [PATCH 3/3] drm/exynos: Add missing static specifiers in exynos_drm_rotator.c Sachin Kamat
  0 siblings, 2 replies; 3+ messages in thread
From: Sachin Kamat @ 2013-01-14  6:59 UTC (permalink / raw)
  To: dri-devel; +Cc: sachin.kamat, patches

Fixes the following warning:
drivers/gpu/drm/exynos/exynos_drm_g2d.c:327:12: warning:
symbol 'g2d_userptr_get_dma_addr' was not declared. Should it be static?

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
---
 drivers/gpu/drm/exynos/exynos_drm_g2d.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/gpu/drm/exynos/exynos_drm_g2d.c b/drivers/gpu/drm/exynos/exynos_drm_g2d.c
index 36c3905..9a4c08e 100644
--- a/drivers/gpu/drm/exynos/exynos_drm_g2d.c
+++ b/drivers/gpu/drm/exynos/exynos_drm_g2d.c
@@ -324,7 +324,7 @@ out:
 	g2d_userptr = NULL;
 }
 
-dma_addr_t *g2d_userptr_get_dma_addr(struct drm_device *drm_dev,
+static dma_addr_t *g2d_userptr_get_dma_addr(struct drm_device *drm_dev,
 					unsigned long userptr,
 					unsigned long size,
 					struct drm_file *filp,
-- 
1.7.4.1

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

end of thread, other threads:[~2013-01-14  7:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-14  6:59 [PATCH 1/3] drm/exynos: Make g2d_userptr_get_dma_addr static Sachin Kamat
2013-01-14  6:59 ` [PATCH 2/3] drm/exynos: Make ipp_handle_cmd_work static Sachin Kamat
2013-01-14  6:59 ` [PATCH 3/3] drm/exynos: Add missing static specifiers in exynos_drm_rotator.c Sachin Kamat

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).