aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_drv.h
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2022-06-01 20:46:01 +1000
committerDave Airlie <airlied@redhat.com>2022-07-13 13:55:33 +1000
commitc4feba47aad55aca90d9a2b104c0345ca6f93712 (patch)
tree76d992b4b1617f17afce2576b81bbc47dfaa23b3 /drivers/gpu/drm/nouveau/nouveau_drv.h
parentdrm/nouveau/nvif: add wrapper for open-coded nvif_object_constructed() (diff)
downloadlinux-dev-c4feba47aad55aca90d9a2b104c0345ca6f93712.tar.xz
linux-dev-c4feba47aad55aca90d9a2b104c0345ca6f93712.zip
drm/nouveau/nvkm: rip out event uapi
Userspace never ended up using this to be clever about dealing with channel death, and it won't be, not like this anyway. Signed-off-by: Ben Skeggs <bskeggs@redhat.com> Reviewed-by: Lyude Paul <lyude@redhat.com> Reviewed-by: Dave Airlie <airlied@redhat.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_drv.h')
-rw-r--r--drivers/gpu/drm/nouveau/nouveau_drv.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_drv.h b/drivers/gpu/drm/nouveau/nouveau_drv.h
index b2a970aa9bf4..84df5ddae4d0 100644
--- a/drivers/gpu/drm/nouveau/nouveau_drv.h
+++ b/drivers/gpu/drm/nouveau/nouveau_drv.h
@@ -102,7 +102,6 @@ struct nouveau_cli {
struct list_head head;
void *abi16;
struct list_head objects;
- struct list_head notifys;
char name[32];
struct work_struct work;