Re: [PATCH] accel/qaic: mark debugfs stub functions as static inline

2024-04-12 Thread Jeffrey Hugo
On 4/9/2024 7:39 AM, Arnd Bergmann wrote: From: Arnd Bergmann The alternative stub functions are listed as global, which produces a build failure in some configs: In file included from drivers/accel/qaic/qaic_drv.c:31: drivers/accel/qaic/qaic_debugfs.h:16:5: error: no previous prototype for

Re: [PATCH] accel/qaic: mark debugfs stub functions as static inline

2024-04-12 Thread Jeffrey Hugo
On 4/9/2024 7:39 AM, Arnd Bergmann wrote: From: Arnd Bergmann The alternative stub functions are listed as global, which produces a build failure in some configs: In file included from drivers/accel/qaic/qaic_drv.c:31: drivers/accel/qaic/qaic_debugfs.h:16:5: error: no previous prototype for

[PATCH] accel/qaic: mark debugfs stub functions as static inline

2024-04-09 Thread Arnd Bergmann
From: Arnd Bergmann The alternative stub functions are listed as global, which produces a build failure in some configs: In file included from drivers/accel/qaic/qaic_drv.c:31: drivers/accel/qaic/qaic_debugfs.h:16:5: error: no previous prototype for 'qaic_bootlog_register'