soc: qcom: llcc: Add MODULE_DEVICE_TABLE()
[ Upstream commit5334a3b12a] The llcc-qcom driver can be compiled as a module, but lacks MODULE_DEVICE_TABLE() and will therefore not be loaded automatically. Fix this. Fixes:a3134fb09e("drivers: soc: Add LLCC driver") Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Reviewed-by: Sai Prakash Ranjan <quic_saipraka@quicinc.com> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Link: https://lore.kernel.org/r/20220408213336.581661-3-bjorn.andersson@linaro.org Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
ca7ce579a7
commit
259c1fad9f
@@ -496,6 +496,7 @@ static const struct of_device_id qcom_llcc_of_match[] = {
|
|||||||
{ .compatible = "qcom,sdm845-llcc", .data = &sdm845_cfg },
|
{ .compatible = "qcom,sdm845-llcc", .data = &sdm845_cfg },
|
||||||
{ }
|
{ }
|
||||||
};
|
};
|
||||||
|
MODULE_DEVICE_TABLE(of, qcom_llcc_of_match);
|
||||||
|
|
||||||
static struct platform_driver qcom_llcc_driver = {
|
static struct platform_driver qcom_llcc_driver = {
|
||||||
.driver = {
|
.driver = {
|
||||||
|
|||||||
Reference in New Issue
Block a user