Skip to content

Commit 4d66ecc

Browse files
Jeff 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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Martin K. Petersen <[email protected]>
1 parent 5e0bf3e commit 4d66ecc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)