Re: [PATCH] drm/panthor: Fix build warning when DEBUG_FS is disabled

2025-04-29 Thread Boris Brezillon
On Thu, 24 Apr 2025 19:40:34 +0100 Adrián Larumbe wrote: > Commit a3707f53eb3f ("drm/panthor: show device-wide list of DRM GEM > objects over DebugFS") causes a build warning and linking error when > built without support for DebugFS, because of a non-inline non-static > function declaration in a

Re: [PATCH] drm/panthor: Fix build warning when DEBUG_FS is disabled

2025-04-28 Thread Steven Price
On 24/04/2025 19:40, Adrián Larumbe wrote: > Commit a3707f53eb3f ("drm/panthor: show device-wide list of DRM GEM > objects over DebugFS") causes a build warning and linking error when > built without support for DebugFS, because of a non-inline non-static > function declaration in a header file. >

Re: [PATCH] drm/panthor: Fix build warning when DEBUG_FS is disabled

2025-04-24 Thread Liviu Dudau
On Thu, Apr 24, 2025 at 07:40:34PM +0100, Adrián Larumbe wrote: > Commit a3707f53eb3f ("drm/panthor: show device-wide list of DRM GEM > objects over DebugFS") causes a build warning and linking error when > built without support for DebugFS, because of a non-inline non-static > function declaration

[PATCH] drm/panthor: Fix build warning when DEBUG_FS is disabled

2025-04-24 Thread Adrián Larumbe
Commit a3707f53eb3f ("drm/panthor: show device-wide list of DRM GEM objects over DebugFS") causes a build warning and linking error when built without support for DebugFS, because of a non-inline non-static function declaration in a header file. On top of that, the function is only being used insi