From 28ee135a37e10b9a6cd62d67df0332e38ee0b85c Mon Sep 17 00:00:00 2001 From: Thomas Klausner Date: Sun, 30 Mar 2014 14:23:46 +0200 Subject: [PATCH] nouveau: Remove unused static function. Signed-off-by: Thomas Klausner Signed-off-by: Maarten Lankhorst --- nouveau/bufctx.c | 6 ------ 1 file changed, 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; -- 2.11.0