mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-20 11:40:20 +01:00
nouveau: Remove unused static function.
Signed-off-by: Thomas Klausner <wiz@NetBSD.org> Signed-off-by: Maarten Lankhorst <maarten.lankhorst@ubuntu.com>
This commit is contained in:
parent
63d6d7736c
commit
28ee135a37
1 changed files with 0 additions and 6 deletions
|
|
@ -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…
Add table
Reference in a new issue