From 4b737cde8f689b66709850cf6794c699f935622c Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Thu, 20 Sep 2018 16:52:30 +0100 Subject: [PATCH] nouveau: add missing drm_public exports Fixes: d7320bfcddc596f23fa2 "nouveau: annotate public functions" Cc: Lucas De Marchi Cc: Mark Janes Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=108006 Signed-off-by: Eric Engestrom Reviewed-by: Dylan Baker Tested-by: Dylan Baker --- nouveau/nouveau.c | 2 +- nouveau/pushbuf.c | 2 +- 2 files changed, 2 insertions(+), 2 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) { diff --git a/nouveau/pushbuf.c b/nouveau/pushbuf.c index 856ae7ee..e5f73f0d 100644 --- a/nouveau/pushbuf.c +++ b/nouveau/pushbuf.c @@ -728,7 +728,7 @@ nouveau_pushbuf_data(struct nouveau_pushbuf *push, struct nouveau_bo *bo, } } -int +drm_public int nouveau_pushbuf_refn(struct nouveau_pushbuf *push, struct nouveau_pushbuf_refn *refs, int nr) { -- 2.11.0