summaryrefslogtreecommitdiff
path: root/nouveau
diff options
context:
space:
mode:
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;