Re: [PATCH v2] clk: mediatek: Use right match table, include mod_devicetable

From: AngeloGioacchino Del Regno
Date: Tue Apr 04 2023 - 03:37:19 EST


Il 04/04/23 06:56, Stephen Boyd ha scritto:
This is copy/pasta that breaks modular builds. Fix the match table to
use the right pointer, or the right device table type. And while we're
including the header, fix the order to be linux, dt-bindings, and
finally local.

Cc: Garmin.Chang <Garmin.Chang@xxxxxxxxxxxx>
Cc: Chen-Yu Tsai <wenst@xxxxxxxxxxxx>
Cc: AngeloGioacchino Del Regno <angelogioacchino.delregno@xxxxxxxxxxxxx>
Fixes: f42b9e9a43e3 ("clk: mediatek: Add MT8188 wpesys clock support")
Fixes: 0d2f2cefba64 ("clk: mediatek: Add MT8188 adsp clock support")
Fixes: e4aaa60eae16 ("clk: mediatek: Add MT8188 vdosys0 clock support")
Fixes: cfa4609f9bbe ("clk: mediatek: Add MT8188 vdosys1 clock support")
Fixes: bb87c1109ce2 ("clk: mediatek: Add MT8188 vencsys clock support")
Fixes: f42b9e9a43e3 ("clk: mediatek: Add MT8188 wpesys clock support")
Reported-by: kernel test robot <lkp@xxxxxxxxx>
Link: https://lore.kernel.org/oe-kbuild-all/202304011039.UBDX1UOT-lkp@xxxxxxxxx/
Link: https://lore.kernel.org/oe-kbuild-all/202304020649.QO2HlpD5-lkp@xxxxxxxxx/
Link: https://lore.kernel.org/oe-kbuild-all/202304021055.WDhQPcoS-lkp@xxxxxxxxx/
Signed-off-by: Stephen Boyd <sboyd@xxxxxxxxxx>

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