diff options
| author | Arnd Bergmann <[email protected]> | 2023-09-27 07:21:53 +0000 |
|---|---|---|
| committer | Oded Gabbay <[email protected]> | 2023-10-09 09:37:24 +0000 |
| commit | c1805bf36a2786db7a745ef62cbfffa2015a0476 (patch) | |
| tree | 6d16a910afbd66bab689b5e19692677695c6bc2a /drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c | |
| parent | accel/habanalabs: minor cosmetic update to habanalabs.h (diff) | |
| download | kernel-c1805bf36a2786db7a745ef62cbfffa2015a0476.tar.gz kernel-c1805bf36a2786db7a745ef62cbfffa2015a0476.zip | |
accel/habanalabs: add missing debugfs function stubs
Two function stubs were removed in an earlier commit but are now needed
again:
drivers/accel/habanalabs/common/device.c: In function 'hl_device_init':
drivers/accel/habanalabs/common/device.c:2231:14: error: implicit declaration of function 'hl_debugfs_device_init'; did you mean 'drm_debugfs_dev_init'? [-Werror=implicit-function-declaration]
2231 | rc = hl_debugfs_device_init(hdev);
drivers/accel/habanalabs/common/device.c:2367:9: error: implicit declaration of function 'hl_debugfs_device_fini'; did you mean 'hl_debugfs_remove_file'? [-Werror=implicit-function-declaration]
2367 | hl_debugfs_device_fini(hdev);
| ^~~~~~~~~~~~~~~~~~~~~~
Signed-off-by: Arnd Bergmann <[email protected]>
Reviewed-by: Oded Gabbay <[email protected]>
Signed-off-by: Oded Gabbay <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c')
0 files changed, 0 insertions, 0 deletions
