Re: [PATCH v2 08/31] clk: mediatek: cpumux: Clean up included headers

From: AngeloGioacchino Del Regno
Date: Thu Feb 03 2022 - 04:51:03 EST


Il 02/02/22 14:48, Chen-Yu Tsai ha scritto:
Some headers with the declaration of functions and structures aren't
directly included. Explicitly include them so that future changes to
other headers would not result in an unexpected build break.

On the header side, add forward declarations for any data structures
whose pointers are used in function signatures. No headers are
required.

Signed-off-by: Chen-Yu Tsai <wenst@xxxxxxxxxxxx>
Reviewed-by: Miles Chen <miles.chen@xxxxxxxxxxxx>

Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@xxxxxxxxxxxxx>