nouveau: Remove unused static function.
Signed-off-by: Thomas Klausner <wiz@NetBSD.org> Signed-off-by: Maarten Lankhorst <maarten.lankhorst@ubuntu.com>main
parent
63d6d7736c
commit
28ee135a37
|
@ -44,12 +44,6 @@ struct nouveau_bufref_priv {
|
||||||
struct nouveau_bufctx *bufctx;
|
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_bufbin_priv {
|
||||||
struct nouveau_bufref_priv *list;
|
struct nouveau_bufref_priv *list;
|
||||||
int relocs;
|
int relocs;
|
||||||
|
|
Loading…
Reference in New Issue