Re: [PATCH 5/5] drm/amdgpu: fix acpi build warnings

2023-05-22 Thread Alex Deucher
Applied the series. Thanks! Alex On Mon, May 22, 2023 at 7:51 AM Arnd Bergmann wrote: > > From: Arnd Bergmann > > Two newly introduced functions are in the global namespace but have no > prototypes > or callers outside of amdgpu_acpi.c, another function is static but only has > a caller

[PATCH 5/5] drm/amdgpu: fix acpi build warnings

2023-05-22 Thread Arnd Bergmann
From: Arnd Bergmann Two newly introduced functions are in the global namespace but have no prototypes or callers outside of amdgpu_acpi.c, another function is static but only has a caller inside of an #ifdef: drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c:902:13: error: no previous prototype for