nouveau: Remove unused static function.

Signed-off-by: Thomas Klausner <wiz@NetBSD.org>
Signed-off-by: Maarten Lankhorst <maarten.lankhorst@ubuntu.com>
main
Thomas Klausner 2014-03-30 14:23:46 +02:00 committed by Maarten Lankhorst
parent 63d6d7736c
commit 28ee135a37
1 changed files with 0 additions and 6 deletions

View File

@ -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;