drm/nouveau: remove abi16->handles

Hasn't been needed since 2015...

Signed-off-by: Ben Skeggs <bskeggs@nvidia.com>
Signed-off-by: Danilo Krummrich <dakr@kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20240726043828.58966-11-bskeggs@nvidia.com
This commit is contained in:
Ben Skeggs 2024-07-26 14:38:01 +10:00 committed by Danilo Krummrich
parent d075d99ef7
commit 8bc1ab4f61

View File

@ -32,7 +32,6 @@ struct nouveau_abi16_chan {
struct nouveau_abi16 {
struct nouveau_cli *cli;
struct list_head channels;
u64 handles;
struct list_head objects;
};