diff options
Diffstat (limited to 'arch/arm/plat-omap/dma.c')
-rw-r--r-- | arch/arm/plat-omap/dma.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/arm/plat-omap/dma.c b/arch/arm/plat-omap/dma.c index 5ca4c5fd627a..79f43acf9acb 100644 --- a/arch/arm/plat-omap/dma.c +++ b/arch/arm/plat-omap/dma.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * linux/arch/arm/plat-omap/dma.c | 3 | * linux/arch/arm/plat-omap/dma.c |
3 | * | 4 | * |
@@ -18,11 +19,6 @@ | |||
18 | * Copyright (C) 2010 Texas Instruments Incorporated - http://www.ti.com/ | 19 | * Copyright (C) 2010 Texas Instruments Incorporated - http://www.ti.com/ |
19 | * Converted DMA library into DMA platform driver. | 20 | * Converted DMA library into DMA platform driver. |
20 | * - G, Manjunath Kondaiah <manjugk@ti.com> | 21 | * - G, Manjunath Kondaiah <manjugk@ti.com> |
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 version 2 as | ||
24 | * published by the Free Software Foundation. | ||
25 | * | ||
26 | */ | 22 | */ |
27 | 23 | ||
28 | #include <linux/module.h> | 24 | #include <linux/module.h> |