diff options
author | 2023-09-27 09:21:53 +0200 | |
---|---|---|
committer | 2023-10-09 12:37:24 +0300 | |
commit | c1805bf36a2786db7a745ef62cbfffa2015a0476 (patch) | |
tree | 6d16a910afbd66bab689b5e19692677695c6bc2a /tools/perf/scripts/python/export-to-postgresql.py | |
parent | accel/habanalabs: minor cosmetic update to habanalabs.h (diff) | |
download | linux-rng-c1805bf36a2786db7a745ef62cbfffa2015a0476.tar.xz linux-rng-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 <arnd@arndb.de>
Reviewed-by: Oded Gabbay <ogabbay@kernel.org>
Signed-off-by: Oded Gabbay <ogabbay@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions