aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/dma/bcm2835-dma.c13
1 files changed, 2 insertions, 11 deletions
diff --git a/drivers/dma/bcm2835-dma.c b/drivers/dma/bcm2835-dma.c
index cad55ab80d41..1a44c8086d77 100644
--- a/drivers/dma/bcm2835-dma.c
+++ b/drivers/dma/bcm2835-dma.c
@@ -1,3 +1,4 @@
1// SPDX-License-Identifier: GPL-2.0+
1/* 2/*
2 * BCM2835 DMA engine support 3 * BCM2835 DMA engine support
3 * 4 *
@@ -18,16 +19,6 @@
18 * 19 *
19 * MARVELL MMP Peripheral DMA Driver 20 * MARVELL MMP Peripheral DMA Driver
20 * Copyright 2012 Marvell International Ltd. 21 * Copyright 2012 Marvell International Ltd.
21 *
22 * This program is free software; you can redistribute it and/or modify
23 * it under the terms of the GNU General Public License as published by
24 * the Free Software Foundation; either version 2 of the License, or
25 * (at your option) any later version.
26 *
27 * This program is distributed in the hope that it will be useful,
28 * but WITHOUT ANY WARRANTY; without even the implied warranty of
29 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
30 * GNU General Public License for more details.
31 */ 22 */
32#include <linux/dmaengine.h> 23#include <linux/dmaengine.h>
33#include <linux/dma-mapping.h> 24#include <linux/dma-mapping.h>
@@ -1056,4 +1047,4 @@ module_platform_driver(bcm2835_dma_driver);
1056MODULE_ALIAS("platform:bcm2835-dma"); 1047MODULE_ALIAS("platform:bcm2835-dma");
1057MODULE_DESCRIPTION("BCM2835 DMA engine driver"); 1048MODULE_DESCRIPTION("BCM2835 DMA engine driver");
1058MODULE_AUTHOR("Florian Meier <florian.meier@koalo.de>"); 1049MODULE_AUTHOR("Florian Meier <florian.meier@koalo.de>");
1059MODULE_LICENSE("GPL v2"); 1050MODULE_LICENSE("GPL");