diff options
| author | Ben Skeggs <bskeggs@redhat.com> | 2022-06-01 20:46:03 +1000 |
|---|---|---|
| committer | Dave Airlie <airlied@redhat.com> | 2022-07-13 13:56:04 +1000 |
| commit | 0196cc65f91710e30d45cea78d75fd616d705002 (patch) | |
| tree | 18db24f37ab9b2783d1bf478118bf3fa19828faa /drivers/gpu/drm/nouveau/include/nvkm/subdev/fault.h | |
| parent | drm/nouveau/nvkm: remove unused header (diff) | |
| download | linux-0196cc65f91710e30d45cea78d75fd616d705002.tar.gz linux-0196cc65f91710e30d45cea78d75fd616d705002.zip | |
drm/nouveau/device: remove pwrsrc notify in favour of a direct call to clk
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/include/nvkm/subdev/fault.h')
| -rw-r--r-- | drivers/gpu/drm/nouveau/include/nvkm/subdev/fault.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/include/nvkm/subdev/fault.h b/drivers/gpu/drm/nouveau/include/nvkm/subdev/fault.h index 581458ad38e0..9c78f072d62b 100644 --- a/drivers/gpu/drm/nouveau/include/nvkm/subdev/fault.h +++ b/drivers/gpu/drm/nouveau/include/nvkm/subdev/fault.h @@ -1,6 +1,7 @@ #ifndef __NVKM_FAULT_H__ #define __NVKM_FAULT_H__ #include <core/subdev.h> +#include <core/event.h> #include <core/notify.h> struct nvkm_fault { |
