diff options
author | Eric Long <eric.long@spreadtrum.com> | 2018-11-06 13:01:37 +0800 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2018-12-05 14:27:12 +0530 |
commit | 531971231dac0edf17af32b06f09681f6506c0a1 (patch) | |
tree | ef2d7336aa7d229cb362951bf297cc173faf410d /drivers | |
parent | 770399df90b6e43bd086653f0a35888dca056576 (diff) | |
download | linux-531971231dac0edf17af32b06f09681f6506c0a1.tar.bz2 |
dmaengine: sprd: Add me as one of the module authors
Add me as one of the module authors.
Signed-off-by: Eric Long <eric.long@spreadtrum.com>
Signed-off-by: Baolin Wang <baolin.wang@linaro.org>
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/dma/sprd-dma.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dma/sprd-dma.c b/drivers/dma/sprd-dma.c index 50d6569585b4..e2f016700fcc 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 <baolin.wang@spreadtrum.com>"); +MODULE_AUTHOR("Eric Long <eric.long@spreadtrum.com>"); MODULE_ALIAS("platform:sprd-dma"); |