forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 10ebd8556b7990499c896a550e3d416b444211e6
kernel/arch/arm/mach-omap1/lcd_dma.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * linux/arch/arm/mach-omap1/lcd_dma.c
34 *
....@@ -15,11 +16,6 @@
1516 * Added OMAP4 support - Santosh Shilimkar <santosh.shilimkar@ti.com>
1617 *
1718 * 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
- *
2319 */
2420
2521 #include <linux/module.h>