diff options
Diffstat (limited to 'arch/arm/mach-omap1/dma.c')
-rw-r--r-- | arch/arm/mach-omap1/dma.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/arm/mach-omap1/dma.c b/arch/arm/mach-omap1/dma.c index 52d7eda1adec..0ad8bdc2ed61 100644 --- a/arch/arm/mach-omap1/dma.c +++ b/arch/arm/mach-omap1/dma.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * OMAP1/OMAP7xx - specific DMA driver | 3 | * OMAP1/OMAP7xx - specific DMA driver |
3 | * | 4 | * |
@@ -12,10 +13,6 @@ | |||
12 | * Copyright (C) 2010 Texas Instruments Incorporated - http://www.ti.com/ | 13 | * Copyright (C) 2010 Texas Instruments Incorporated - http://www.ti.com/ |
13 | * Converted DMA library into platform driver | 14 | * Converted DMA library into platform driver |
14 | * - G, Manjunath Kondaiah <manjugk@ti.com> | 15 | * - G, Manjunath Kondaiah <manjugk@ti.com> |
15 | * | ||
16 | * This program is free software; you can redistribute it and/or modify | ||
17 | * it under the terms of the GNU General Public License version 2 as | ||
18 | * published by the Free Software Foundation. | ||
19 | */ | 16 | */ |
20 | 17 | ||
21 | #include <linux/err.h> | 18 | #include <linux/err.h> |