From: Eric Long <[email protected]> Add me as one of the module authors.
Signed-off-by: Eric Long <[email protected]> Signed-off-by: Baolin Wang <[email protected]> --- drivers/dma/sprd-dma.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/dma/sprd-dma.c b/drivers/dma/sprd-dma.c index 50d6569..e2f0167 100644 --- a/drivers/dma/sprd-dma.c +++ b/drivers/dma/sprd-dma.c @@ -1226,4 +1226,5 @@ static int __maybe_unused sprd_dma_runtime_resume(struct device *dev) MODULE_LICENSE("GPL v2"); MODULE_DESCRIPTION("DMA driver for Spreadtrum"); MODULE_AUTHOR("Baolin Wang <[email protected]>"); +MODULE_AUTHOR("Eric Long <[email protected]>"); MODULE_ALIAS("platform:sprd-dma"); -- 1.7.9.5

