Re: [PATCH] soc: qcom: fix module autoloading
From: Konrad Dybcio
Date: Wed Apr 10 2024 - 13:53:50 EST
On 4/10/24 18:40, Krzysztof Kozlowski wrote:
Add MODULE_DEVICE_TABLE(), so the module could be properly autoloaded
based on the alias from of_device_id table.
Signed-off-by: Krzysztof Kozlowski <krzk@xxxxxxxxxx>
---
These were omitted intentionally, as these are both debug drivers.
Perhaps we could mkdir drivers/soc/qcom/debug to make this clearer
Konrad