diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2013-08-15 00:02:48 +0200 |
---|---|---|
committer | Chanho Park <chanho61.park@samsung.com> | 2014-11-21 19:12:24 +0900 |
commit | 31b2689c8d335f726472469e84df4b7b4af9390c (patch) | |
tree | 5a0e2ff9cef4c9b025b7322bb660223fc2b96098 /include | |
parent | 7f663e197afad44296b98c1e69c2ab28721ebe0b (diff) | |
download | linux-3.10-31b2689c8d335f726472469e84df4b7b4af9390c.tar.gz linux-3.10-31b2689c8d335f726472469e84df4b7b4af9390c.tar.bz2 linux-3.10-31b2689c8d335f726472469e84df4b7b4af9390c.zip |
drm/prime: make drm_prime_lookup_buf_handle static
... and move it to the top of the function to avoid a forward
declaration.
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/drm/drmP.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/drm/drmP.h b/include/drm/drmP.h index c124c9071f5..3943643ec5f 100644 --- a/include/drm/drmP.h +++ b/include/drm/drmP.h @@ -1604,7 +1604,6 @@ extern void drm_prime_gem_destroy(struct drm_gem_object *obj, struct sg_table *s void drm_prime_init_file_private(struct drm_prime_file_private *prime_fpriv); void drm_prime_destroy_file_private(struct drm_prime_file_private *prime_fpriv); -int drm_prime_lookup_buf_handle(struct drm_prime_file_private *prime_fpriv, struct dma_buf *dma_buf, uint32_t *handle); void drm_prime_remove_buf_handle(struct drm_prime_file_private *prime_fpriv, struct dma_buf *dma_buf); int drm_prime_add_dma_buf(struct drm_device *dev, struct drm_gem_object *obj); |