aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Skeggs <[email protected]>2024-07-26 14:38:01 +1000
committerDanilo Krummrich <[email protected]>2024-07-27 03:05:24 +0200
commit8bc1ab4f615b200507b113d31ca614fa17b9772d (patch)
tree1a2446e4df78dc616f7ca8dd94e6e8697b8b0ec5
parentd075d99ef73bbeca878fe2cbf758f8524bb698d5 (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.h1
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;
};