[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1363360728-20158-1-git-send-email-laurent.navet@gmail.com>
Date: Fri, 15 Mar 2013 16:18:48 +0100
From: Laurent Navet <laurent.navet@...il.com>
To: airlied@...ux.ie
Cc: bskeggs@...hat.com, marcin.slusarz@...il.com,
dri-devel@...ts.freedesktop.org, linux-kernel@...r.kernel.org,
Laurent Navet <laurent.navet@...il.com>
Subject: [PATCH] nouveau: nv10_fence.c: avoid sparse warning
fix this warning :
sparse: symbol 'nv10_fence_context_new' was not declared. Should it be static?
Signed-off-by: Laurent Navet <laurent.navet@...il.com>
---
drivers/gpu/drm/nouveau/nouveau_fence.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/gpu/drm/nouveau/nouveau_fence.h b/drivers/gpu/drm/nouveau/nouveau_fence.h
index c899434..61ee43a 100644
--- a/drivers/gpu/drm/nouveau/nouveau_fence.h
+++ b/drivers/gpu/drm/nouveau/nouveau_fence.h
@@ -64,6 +64,7 @@ int nv17_fence_sync(struct nouveau_fence *, struct nouveau_channel *,
struct nouveau_channel *);
u32 nv10_fence_read(struct nouveau_channel *);
void nv10_fence_context_del(struct nouveau_channel *);
+int nv10_fence_context_new(struct nouveau_channel *);
void nv10_fence_destroy(struct nouveau_drm *);
int nv10_fence_create(struct nouveau_drm *);
--
1.7.10.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists