summaryrefslogtreecommitdiff
path: root/nouveau/nouveau.c
diff options
context:
space:
mode:
authorEric Engestrom <eric.engestrom@intel.com>2018-09-20 16:52:30 +0100
committerEric Engestrom <eric.engestrom@intel.com>2018-09-20 18:23:52 +0100
commit4b737cde8f689b66709850cf6794c699f935622c (patch)
tree0f190d4dc2968314abda6a3f5acc4c14b12398e9 /nouveau/nouveau.c
parenta2920ea6a8e3daa79e9885abd6b762b3079fde86 (diff)
downloadlibdrm-4b737cde8f689b66709850cf6794c699f935622c.tar.gz
libdrm-4b737cde8f689b66709850cf6794c699f935622c.tar.bz2
libdrm-4b737cde8f689b66709850cf6794c699f935622c.zip
nouveau: add missing drm_public exports
Fixes: d7320bfcddc596f23fa2 "nouveau: annotate public functions" Cc: Lucas De Marchi <lucas.demarchi@intel.com> Cc: Mark Janes <mark.a.janes@intel.com> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=108006 Signed-off-by: Eric Engestrom <eric.engestrom@intel.com> Reviewed-by: Dylan Baker <dylan@pnwbakers.com> Tested-by: Dylan Baker <dylan@pnwbakers.com>
Diffstat (limited to 'nouveau/nouveau.c')
-rw-r--r--nouveau/nouveau.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nouveau/nouveau.c b/nouveau/nouveau.c
index 5be0611e..f18d1426 100644
--- a/nouveau/nouveau.c
+++ b/nouveau/nouveau.c
@@ -856,7 +856,7 @@ nouveau_bo_wait(struct nouveau_bo *bo, uint32_t access,
return ret;
}
-int
+drm_public int
nouveau_bo_map(struct nouveau_bo *bo, uint32_t access,
struct nouveau_client *client)
{