diff options
Diffstat (limited to 'arch/arm/mach-omap1/lcd_dma.c')
-rw-r--r-- | arch/arm/mach-omap1/lcd_dma.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/arm/mach-omap1/lcd_dma.c b/arch/arm/mach-omap1/lcd_dma.c index 26a2b01c7c4f..a72ac0c02b4f 100644 --- a/arch/arm/mach-omap1/lcd_dma.c +++ b/arch/arm/mach-omap1/lcd_dma.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * linux/arch/arm/mach-omap1/lcd_dma.c | 3 | * linux/arch/arm/mach-omap1/lcd_dma.c |
3 | * | 4 | * |
@@ -15,11 +16,6 @@ | |||
15 | * Added OMAP4 support - Santosh Shilimkar <santosh.shilimkar@ti.com> | 16 | * Added OMAP4 support - Santosh Shilimkar <santosh.shilimkar@ti.com> |
16 | * | 17 | * |
17 | * Support functions for the OMAP internal DMA channels. | 18 | * Support functions for the OMAP internal DMA channels. |
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 | * | ||
23 | */ | 19 | */ |
24 | 20 | ||
25 | #include <linux/module.h> | 21 | #include <linux/module.h> |