Commit 8bc1ab4f authored by Ben Skeggs's avatar Ben Skeggs Committed by Danilo Krummrich

drm/nouveau: remove abi16->handles

Hasn't been needed since 2015...
Signed-off-by: default avatarBen Skeggs <bskeggs@nvidia.com>
Signed-off-by: default avatarDanilo Krummrich <dakr@kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20240726043828.58966-11-bskeggs@nvidia.com
parent d075d99e
...@@ -32,7 +32,6 @@ struct nouveau_abi16_chan { ...@@ -32,7 +32,6 @@ struct nouveau_abi16_chan {
struct nouveau_abi16 { struct nouveau_abi16 {
struct nouveau_cli *cli; struct nouveau_cli *cli;
struct list_head channels; struct list_head channels;
u64 handles;
struct list_head objects; struct list_head objects;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment