Skip to content

Commit 8e9d83d

Browse files
jeff-t-johnsonvinodkoul
authored andcommitted
dmaengine: qcom: add missing MODULE_DESCRIPTION() macros
make allmodconfig && make W=1 C=1 reports: WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/dma/qcom/hdma_mgmt.o WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/dma/qcom/hdma.o Add the missing invocations of the MODULE_DESCRIPTION() macro, using the descriptions from the associated Kconfig items. Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com> Reviewed-by: Jeffrey Hugo <quic_jhugo@quicinc.com> Link: https://lore.kernel.org/r/20240603-md-drivers-dma-qcom-v1-1-d1bd919352bf@quicinc.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
1 parent ea00def commit 8e9d83d

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

drivers/dma/qcom/hidma.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -957,4 +957,5 @@ static struct platform_driver hidma_driver = {
957957
};
958958

959959
module_platform_driver(hidma_driver);
960+
MODULE_DESCRIPTION("Qualcomm Technologies HIDMA Channel support");
960961
MODULE_LICENSE("GPL v2");

drivers/dma/qcom/hidma_mgmt.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,4 +331,5 @@ static struct platform_driver hidma_mgmt_driver = {
331331
};
332332

333333
module_platform_driver(hidma_mgmt_driver);
334+
MODULE_DESCRIPTION("Qualcomm Technologies HIDMA DMA engine interface");
334335
MODULE_LICENSE("GPL v2");

0 commit comments

Comments
 (0)