[PATCH 4/5] clk: sunxi-ng: add support for the A523/T527 CPU CCU

Krzysztof Kozlowski krzk at kernel.org
Wed Sep 3 03:26:48 PDT 2025


On 03/09/2025 02:09, Andre Przywara wrote:
> +#include "ccu_common.h"
> +#include "ccu_reset.h"
> +
> +#include "ccu_div.h"
> +#include "ccu_gate.h"
> +#include "ccu_mp.h"
> +#include "ccu_nm.h"
> +#include "ccu_mult.h"
> +
> +#include "ccu-sun55i-a523-cpu.h"
You should not rely on some other headers pulling other headers. You use
here bindings, so you should include here bindings header as well.

Best regards,
Krzysztof



More information about the linux-arm-kernel mailing list