summaryrefslogtreecommitdiff
path: root/nouveau
diff options
context:
space:
mode:
authorThomas Klausner <wiz@NetBSD.org>2014-03-30 14:23:46 +0200
committerMaarten Lankhorst <maarten.lankhorst@ubuntu.com>2015-01-26 10:08:43 +0100
commit28ee135a37e10b9a6cd62d67df0332e38ee0b85c (patch)
tree8505ffecd4d53df689c7c02cd3cedb25f66d9cd4 /nouveau
parent63d6d7736cbf4ff350aeea84a33aaa0172a0c58d (diff)
nouveau: Remove unused static function.
Signed-off-by: Thomas Klausner <wiz@NetBSD.org> Signed-off-by: Maarten Lankhorst <maarten.lankhorst@ubuntu.com>
Diffstat (limited to 'nouveau')
-rw-r--r--nouveau/bufctx.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/nouveau/bufctx.c b/nouveau/bufctx.c
index fdd3164f..0cba410e 100644
--- a/nouveau/bufctx.c
+++ b/nouveau/bufctx.c
@@ -44,12 +44,6 @@ struct nouveau_bufref_priv {
struct nouveau_bufctx *bufctx;
};
-static inline struct nouveau_bufref_priv *
-nouveau_bufref(struct nouveau_bufref *bctx)
-{
- return (struct nouveau_bufref_priv *)bctx;
-}
-
struct nouveau_bufbin_priv {
struct nouveau_bufref_priv *list;
int relocs;