OSDN Git Service

freedreno: add missing drm_public
authorEric Engestrom <eric.engestrom@intel.com>
Thu, 20 Sep 2018 18:24:10 +0000 (19:24 +0100)
committerEric Engestrom <eric.engestrom@intel.com>
Thu, 20 Sep 2018 18:28:56 +0000 (19:28 +0100)
Fixes: 9a1470fb410bbc840459 "freedreno: annotate public functions"
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
freedreno/kgsl/kgsl_bo.c

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