Patch "clk: qcom: a53-pll: Add missing MODULE_DEVICE_TABLE" has been added to the 5.10-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    clk: qcom: a53-pll: Add missing MODULE_DEVICE_TABLE

to the 5.10-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     clk-qcom-a53-pll-add-missing-module_device_table.patch
and it can be found in the queue-5.10 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit 9dd0c706b78c0e14c4cf1ffbcd24eba21cea5dee
Author: Chen Hui <clare.chenhui@xxxxxxxxxx>
Date:   Fri Apr 9 16:23:51 2021 +0800

    clk: qcom: a53-pll: Add missing MODULE_DEVICE_TABLE
    
    [ Upstream commit 790b516ada10a4dcc0f0a56dc0ced475d86d5820 ]
    
    CONFIG_QCOM_A53PLL is tristate option and therefore this driver can be
    compiled as a module. This patch adds missing MODULE_DEVICE_TABLE
    definition which generates correct modalias for automatic loading of
    this driver when it is built as an external module.
    
    Fixes: 0c6ab1b8f894 ("clk: qcom: Add A53 PLL support")
    Signed-off-by: Chen Hui <clare.chenhui@xxxxxxxxxx>
    Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@xxxxxxxxxx>
    Link: https://lore.kernel.org/r/20210409082352.233810-3-clare.chenhui@xxxxxxxxxx
    Signed-off-by: Stephen Boyd <sboyd@xxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/drivers/clk/qcom/a53-pll.c b/drivers/clk/qcom/a53-pll.c
index 45cfc57bff92..af6ac17c7dae 100644
--- a/drivers/clk/qcom/a53-pll.c
+++ b/drivers/clk/qcom/a53-pll.c
@@ -93,6 +93,7 @@ static const struct of_device_id qcom_a53pll_match_table[] = {
 	{ .compatible = "qcom,msm8916-a53pll" },
 	{ }
 };
+MODULE_DEVICE_TABLE(of, qcom_a53pll_match_table);
 
 static struct platform_driver qcom_a53pll_driver = {
 	.probe = qcom_a53pll_probe,



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux