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