Re: [PATCH] clk: qcom: fix module autoloading

From: Konrad Dybcio
Date: Wed Apr 10 2024 - 13:57:54 EST




On 4/10/24 17:53, Krzysztof Kozlowski wrote:
Add MODULE_DEVICE_TABLE(), so modules could be properly autoloaded
based on the alias from of_device_id table. Clocks are considered core
components, so usually they are built-in, however these can be built and
used as modules on some generic kernel.

Signed-off-by: Krzysztof Kozlowski <krzk@xxxxxxxxxx>
---

Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx>

Konrad