freedreno: add missing drm_public

Fixes: 9a1470fb41 "freedreno: annotate public functions"
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
main
Eric Engestrom 2018-09-20 19:24:10 +01:00
parent 0785257462
commit 4ec31fc31a
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ drm_private struct fd_bo * kgsl_bo_from_handle(struct fd_device *dev,
return bo; return bo;
} }
struct fd_bo * drm_public struct fd_bo *
fd_bo_from_fbdev(struct fd_pipe *pipe, int fbfd, uint32_t size) fd_bo_from_fbdev(struct fd_pipe *pipe, int fbfd, uint32_t size)
{ {
struct fd_bo *bo; struct fd_bo *bo;