• Arnd Bergmann's avatar
    accel/habanalabs: add missing debugfs function stubs · c1805bf3
    Arnd Bergmann authored
    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: default avatarArnd Bergmann <arnd@arndb.de>
    Reviewed-by: default avatarOded Gabbay <ogabbay@kernel.org>
    Signed-off-by: default avatarOded Gabbay <ogabbay@kernel.org>
    c1805bf3
habanalabs.h 158 KB