projects
/
linux
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e0bf3e
)
scsi: ufs: qcom: Add missing MODULE_DESCRIPTION() macro
author
Jeff Johnson
<quic_jjohnson@quicinc.com>
Tue, 25 Jun 2024 16:53:45 +0000
(09:53 -0700)
committer
Martin K. Petersen
<martin.petersen@oracle.com>
Thu, 27 Jun 2024 02:50:59 +0000
(22:50 -0400)
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>
drivers/ufs/host/ufs-qcom.c
patch
|
blob
|
history
diff --git
a/drivers/ufs/host/ufs-qcom.c
b/drivers/ufs/host/ufs-qcom.c
index cca190d1c577e9a2939bc31fe00418a29453351d..c12004030b507035e482bf89aeb42f0432bee13c 100644
(file)
--- a/
drivers/ufs/host/ufs-qcom.c
+++ b/
drivers/ufs/host/ufs-qcom.c
@@
-1883,4
+1883,5
@@
static struct platform_driver ufs_qcom_pltform = {
};
module_platform_driver(ufs_qcom_pltform);
+MODULE_DESCRIPTION("Qualcomm UFS host controller driver");
MODULE_LICENSE("GPL v2");