clk: qcom: apss-ipq-pll: Add missing MODULE_DEVICE_TABLE
authorChen Hui <clare.chenhui@huawei.com>
Fri, 9 Apr 2021 08:23:52 +0000 (16:23 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 14 May 2021 07:50:26 +0000 (09:50 +0200)
commit3968d95f31165cfe6eb4c1a2954d419bcedd5a08
tree2220293c0c1c75727847106aa005e58d575a0bd0
parentedc6a44bcc49fd6d7050da1ef5fbbf661d28116b
clk: qcom: apss-ipq-pll: Add missing MODULE_DEVICE_TABLE

[ Upstream commit d0a859edda46b45baeab9687d173102300d76e2b ]

CONFIG_IPQ_APSS_PLL 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: ecd2bacfbbc4 ("clk: qcom: Add ipq apss pll driver")
Signed-off-by: Chen Hui <clare.chenhui@huawei.com>
Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Link: https://lore.kernel.org/r/20210409082352.233810-4-clare.chenhui@huawei.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/clk/qcom/apss-ipq-pll.c