diff options
author | Ben Skeggs <[email protected]> | 2024-07-26 14:38:01 +1000 |
---|---|---|
committer | Danilo Krummrich <[email protected]> | 2024-07-27 03:05:24 +0200 |
commit | 8bc1ab4f615b200507b113d31ca614fa17b9772d (patch) | |
tree | 1a2446e4df78dc616f7ca8dd94e6e8697b8b0ec5 | |
parent | d075d99ef73bbeca878fe2cbf758f8524bb698d5 (diff) |
drm/nouveau: remove abi16->handles
Hasn't been needed since 2015...
Signed-off-by: Ben Skeggs <[email protected]>
Signed-off-by: Danilo Krummrich <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
-rw-r--r-- | drivers/gpu/drm/nouveau/nouveau_abi16.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_abi16.h b/drivers/gpu/drm/nouveau/nouveau_abi16.h index 4743459ea14c..af6b4e1cefd2 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; }; |