Re: [PATCH] accel/habanalabs: add missing debugfs function stubs

2023-09-28 Thread Oded Gabbay
On Wed, Sep 27, 2023 at 10:22 AM Arnd Bergmann wrote: > > From: Arnd Bergmann > > 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:

[PATCH] accel/habanalabs: add missing debugfs function stubs

2023-09-27 Thread Arnd Bergmann
From: Arnd Bergmann 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