Skip to content

Commit 4d66ecc

Browse files
jeff-t-johnsonmartinkpetersen
authored andcommitted
scsi: ufs: qcom: Add missing MODULE_DESCRIPTION() macro
With ARCH=arm64, make allmodconfig && make W=1 C=1 reports: WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/ufs/host/ufs-qcom.o Add the missing invocation of the MODULE_DESCRIPTION() macro. Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com> Link: https://lore.kernel.org/r/20240625-md-drivers-ufs-host-v2-1-59a56974b05a@quicinc.com Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
1 parent 5e0bf3e commit 4d66ecc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/ufs/host/ufs-qcom.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1883,4 +1883,5 @@ static struct platform_driver ufs_qcom_pltform = {
18831883
};
18841884
module_platform_driver(ufs_qcom_pltform);
18851885

1886+
MODULE_DESCRIPTION("Qualcomm UFS host controller driver");
18861887
MODULE_LICENSE("GPL v2");

0 commit comments

Comments
 (0)