Re: [PATCH] power: supply: cros_charge-control: Move MODULE_DEVICE_TABLE next to the table itself
From: Thomas Weißschuh
Date: Wed May 06 2026 - 02:19:22 EST
On 2026-05-05 12:27:52+0200, Krzysztof Kozlowski wrote:
> By convention MODULE_DEVICE_TABLE() immediately follows the ID table it
> exports, because this is easier to read and verify. It also makes more
> sense since #ifdef for ACPI or OF could hide both of them.
>
> Most of the privers already have this correctly placed, so adjust
> the missing ones. No functional impact.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxxxxx>
Acked-by: Thomas Weißschuh <linux@xxxxxxxxxxxxxx>
(...)