From: Eric Long Date: Tue, 6 Nov 2018 05:01:37 +0000 (+0800) Subject: dmaengine: sprd: Add me as one of the module authors X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=531971231dac0edf17af32b06f09681f6506c0a1;p=linux.git dmaengine: sprd: Add me as one of the module authors Add me as one of the module authors. Signed-off-by: Eric Long Signed-off-by: Baolin Wang Signed-off-by: Vinod Koul --- diff --git a/drivers/dma/sprd-dma.c b/drivers/dma/sprd-dma.c index 50d6569585b49..e2f016700fcca 100644 --- a/drivers/dma/sprd-dma.c +++ b/drivers/dma/sprd-dma.c @@ -1226,4 +1226,5 @@ module_platform_driver(sprd_dma_driver); MODULE_LICENSE("GPL v2"); MODULE_DESCRIPTION("DMA driver for Spreadtrum"); MODULE_AUTHOR("Baolin Wang "); +MODULE_AUTHOR("Eric Long "); MODULE_ALIAS("platform:sprd-dma");