[PATCH 19/20] drm/prime: make drm_prime_lookup_buf_handle static

2013-08-15 Thread Daniel Vetter
... and move it to the top of the function to avoid a forward declaration. Signed-off-by: Daniel Vetter --- drivers/gpu/drm/drm_prime.c | 29 +++-- include/drm/drmP.h | 1 - 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/drivers/gpu/drm/drm_pri

[PATCH 19/20] drm/prime: make drm_prime_lookup_buf_handle static

2013-08-14 Thread Daniel Vetter
... and move it to the top of the function to avoid a forward declaration. Signed-off-by: Daniel Vetter --- drivers/gpu/drm/drm_prime.c | 29 +++-- include/drm/drmP.h | 1 - 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/drivers/gpu/drm/drm_pri