From: Ben Skeggs Date: Fri, 26 Jul 2024 04:38:01 +0000 (+1000) Subject: drm/nouveau: remove abi16->handles X-Git-Tag: v6.12-rc1~126^2~24^2~40 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8bc1ab4f615b200507b113d31ca614fa17b9772d;p=thirdparty%2Fkernel%2Flinux.git drm/nouveau: remove abi16->handles Hasn't been needed since 2015... Signed-off-by: Ben Skeggs Signed-off-by: Danilo Krummrich Link: https://patchwork.freedesktop.org/patch/msgid/20240726043828.58966-11-bskeggs@nvidia.com --- diff --git a/drivers/gpu/drm/nouveau/nouveau_abi16.h b/drivers/gpu/drm/nouveau/nouveau_abi16.h index 4743459ea14c7..af6b4e1cefd23 100644 --- a/drivers/gpu/drm/nouveau/nouveau_abi16.h +++ b/drivers/gpu/drm/nouveau/nouveau_abi16.h @@ -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; };