Skip to content

Commit

Permalink
nouveau: Remove unused static function.
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Klausner <wiz@NetBSD.org>
Signed-off-by: Maarten Lankhorst <maarten.lankhorst@ubuntu.com>
  • Loading branch information
0-wiz-0 authored and mlankhorst committed Jan 26, 2015
1 parent 63d6d77 commit 28ee135
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions nouveau/bufctx.c
Expand Up @@ -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;
Expand Down

0 comments on commit 28ee135

Please sign in to comment.