mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2024-12-29 17:22:07 +00:00
clk: qcom: add missing MODULE_DESCRIPTION() macros
Fix the following from 'make W=1' with allmodconfig: WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/clk/qcom/clk-qcom.o WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/clk/qcom/gcc-msm8976.o WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/clk/qcom/lpass-gfm-sm8250.o WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/clk/qcom/videocc-sdm845.o Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com> Link: https://lore.kernel.org/r/20240516-qcom-clk-md-v1-1-baca27dd2fb2@quicinc.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
parent
1613e604df
commit
65424b99a1
@ -356,3 +356,4 @@ int qcom_cc_probe_by_index(struct platform_device *pdev, int index,
|
||||
EXPORT_SYMBOL_GPL(qcom_cc_probe_by_index);
|
||||
|
||||
MODULE_LICENSE("GPL v2");
|
||||
MODULE_DESCRIPTION("QTI Common Clock module");
|
||||
|
@ -4154,3 +4154,4 @@ module_exit(gcc_msm8976_exit);
|
||||
|
||||
MODULE_AUTHOR("AngeloGioacchino Del Regno <angelogioacchino.delregno@somainline.org>");
|
||||
MODULE_LICENSE("GPL v2");
|
||||
MODULE_DESCRIPTION("QTI MSM8996 Global Clock Controller");
|
||||
|
@ -315,3 +315,4 @@ static struct platform_driver lpass_gfm_clk_driver = {
|
||||
};
|
||||
module_platform_driver(lpass_gfm_clk_driver);
|
||||
MODULE_LICENSE("GPL v2");
|
||||
MODULE_DESCRIPTION("QTI SM8250 LPASS Glitch Free Mux clock driver");
|
||||
|
@ -343,3 +343,4 @@ static struct platform_driver video_cc_sdm845_driver = {
|
||||
module_platform_driver(video_cc_sdm845_driver);
|
||||
|
||||
MODULE_LICENSE("GPL v2");
|
||||
MODULE_DESCRIPTION("QTI SDM845 VIDEOCC Driver");
|
||||
|
Loading…
Reference in New Issue
Block a user